Dodger Blue
#12C2CE
CyanColor Codes
All color formats for development
HEX
#12C2CERGB
rgb(18, 194, 206)HSL
hsl(184, 84%, 44%)OKLCH
oklch(0.742 0.124 202.8)CMYK
cmyk(91%, 6%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10AEBA
2#0E9BA5
3#0D8891
4#0B747C
5#096167
6#074E53
7#053A3E
8#042729
9#021315
Tints
Lighter variations
1#14DBE9
2#2DE0ED
3#47E4EF
4#61E8F1
5#7CECF4
6#96EFF6
7#B0F3F8
8#CAF7FA
9#E5FBFD
Tones
Muted variations
1#1BBAC5
2#25B2BC
3#2EA9B2
4#38A1A9
5#41999F
6#4B9196
7#54898C
8#5D8183
9#67787A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F6 #C2F6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EF #93EFF6 | BordersInactive statesPlaceholder text |
| 400 | 5BE7 #5BE7F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE0 #2CE0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12C2 #12C2CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E9A #0E9AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6E #0A6E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DEFAFC;
--dodger-blue-200: #C2F6FA;
--dodger-blue-300: #93EFF6;
--dodger-blue-400: #5BE7F1;
--dodger-blue-500: #2CE0ED;
--dodger-blue-600: #12C2CE;
--dodger-blue-700: #0E9AA4;
--dodger-blue-800: #0A6E75;
--dodger-blue-900: #07474B;
--dodger-blue-950: #042C2F;
}