Dodger Blue
#12AFCE
CyanColor Codes
All color formats for development
HEX
#12AFCERGB
rgb(18, 175, 206)HSL
hsl(190, 84%, 44%)OKLCH
oklch(0.696 0.122 216.8)CMYK
cmyk(91%, 15%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109EBA
2#0E8CA5
3#0D7B91
4#0B697C
5#095867
6#074653
7#05353E
8#042329
9#021215
Tints
Lighter variations
1#14C5E9
2#2DCDED
3#47D3EF
4#61D9F1
5#7CE0F4
6#96E6F6
7#B0ECF8
8#CAF2FA
9#E5F9FD
Tones
Muted variations
1#1BA9C5
2#25A2BC
3#2E9CB2
4#3896A9
5#41909F
6#4B8996
7#54838C
8#5D7D83
9#67767A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F0 #C2F0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E5 #93E5F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD8 #5BD8F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CCD #2CCDED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12AF #12AFCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E8B #0E8BA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A63 #0A6375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0740 #07404B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DEF7FC;
--dodger-blue-200: #C2F0FA;
--dodger-blue-300: #93E5F6;
--dodger-blue-400: #5BD8F1;
--dodger-blue-500: #2CCDED;
--dodger-blue-600: #12AFCE;
--dodger-blue-700: #0E8BA4;
--dodger-blue-800: #0A6375;
--dodger-blue-900: #07404B;
--dodger-blue-950: #04282F;
}