CSS Caret Color Generator
Customize text input caret colors with CSS styling
Presets
Target Element
Caret Color Value
Additional Styles
Live Preview
Click in the input below and type to see the caret color
Caret Color Comparison
auto
currentColor
#3b82f6
transparent
Generated CSS
input {
caret-color: #3b82f6;
}