Dodger Blue
#12BCCE
CyanColor Codes
All color formats for development
HEX
#12BCCERGB
rgb(18, 188, 206)HSL
hsl(186, 84%, 44%)OKLCH
oklch(0.728 0.123 207.1)CMYK
cmyk(91%, 9%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10A9BA
2#0E96A5
3#0D8391
4#0B717C
5#095E67
6#074B53
7#05383E
8#042629
9#021315
Tints
Lighter variations
1#14D3E9
2#2DDAED
3#47DEEF
4#61E3F1
5#7CE8F4
6#96ECF6
7#B0F1F8
8#CAF6FA
9#E5FAFD
Tones
Muted variations
1#1BB4C5
2#25ADBC
3#2EA5B2
4#389DA9
5#41969F
6#4B8E96
7#54878C
8#5D7F83
9#67787A
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 | C2F4 #C2F4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EC #93ECF6 | BordersInactive statesPlaceholder text |
| 400 | 5BE2 #5BE2F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD9 #2CD9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12BC #12BCCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E95 #0E95A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6B #0A6B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | 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: #C2F4FA;
--dodger-blue-300: #93ECF6;
--dodger-blue-400: #5BE2F1;
--dodger-blue-500: #2CD9ED;
--dodger-blue-600: #12BCCE;
--dodger-blue-700: #0E95A4;
--dodger-blue-800: #0A6B75;
--dodger-blue-900: #07444B;
--dodger-blue-950: #042B2F;
}