Dodger Blue
#12B8CE
CyanColor Codes
All color formats for development
HEX
#12B8CERGB
rgb(18, 184, 206)HSL
hsl(187, 84%, 44%)OKLCH
oklch(0.718 0.122 210.1)CMYK
cmyk(91%, 11%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10A6BA
2#0E94A5
3#0D8191
4#0B6F7C
5#095C67
6#074A53
7#05373E
8#042529
9#021215
Tints
Lighter variations
1#14D0E9
2#2DD6ED
3#47DBEF
4#61E0F1
5#7CE6F4
6#96EBF6
7#B0F0F8
8#CAF5FA
9#E5FAFD
Tones
Muted variations
1#1BB1C5
2#25AABC
3#2EA3B2
4#389CA9
5#41949F
6#4B8D96
7#54868C
8#5D7F83
9#67777A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EA #93EAF6 | BordersInactive statesPlaceholder text |
| 400 | 5BDF #5BDFF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD6 #2CD6ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12B8 #12B8CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E93 #0E93A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A69 #0A6975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0743 #07434B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DEF9FC;
--dodger-blue-200: #C2F3FA;
--dodger-blue-300: #93EAF6;
--dodger-blue-400: #5BDFF1;
--dodger-blue-500: #2CD6ED;
--dodger-blue-600: #12B8CE;
--dodger-blue-700: #0E93A4;
--dodger-blue-800: #0A6975;
--dodger-blue-900: #07434B;
--dodger-blue-950: #042A2F;
}