Dodger Blue
#12B2CE
CyanColor Codes
All color formats for development
HEX
#12B2CERGB
rgb(18, 178, 206)HSL
hsl(189, 84%, 44%)OKLCH
oklch(0.703 0.122 214.6)CMYK
cmyk(91%, 14%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10A0BA
2#0E8FA5
3#0D7D91
4#0B6B7C
5#095967
6#074753
7#05353E
8#042429
9#021215
Tints
Lighter variations
1#14C9E9
2#2DD0ED
3#47D6EF
4#61DCF1
5#7CE2F4
6#96E7F6
7#B0EDF8
8#CAF3FA
9#E5F9FD
Tones
Muted variations
1#1BACC5
2#25A5BC
3#2E9EB2
4#3898A9
5#41919F
6#4B8B96
7#54848C
8#5D7D83
9#67777A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F1 #C2F1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E7 #93E7F6 | BordersInactive statesPlaceholder text |
| 400 | 5BDA #5BDAF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD0 #2CD0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12B2 #12B2CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E8E #0E8EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A65 #0A6575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0741 #07414B | 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: #DEF8FC;
--dodger-blue-200: #C2F1FA;
--dodger-blue-300: #93E7F6;
--dodger-blue-400: #5BDAF1;
--dodger-blue-500: #2CD0ED;
--dodger-blue-600: #12B2CE;
--dodger-blue-700: #0E8EA4;
--dodger-blue-800: #0A6575;
--dodger-blue-900: #07414B;
--dodger-blue-950: #04282F;
}