Dodger Blue
#04BCDC
CyanColor Codes
All color formats for development
HEX
#04BCDCRGB
rgb(4, 188, 220)HSL
hsl(189, 96%, 44%)OKLCH
oklch(0.733 0.13 215.8)CMYK
cmyk(98%, 15%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04A9C6
2#0496B0
3#03839A
4#037184
5#025E6E
6#024B58
7#013842
8#01262C
9#001316
Tints
Lighter variations
1#05D3F8
2#1FDAFA
3#3BDEFB
4#57E3FC
5#73E8FC
6#8FECFD
7#ABF1FD
8#C7F6FE
9#E3FAFE
Tones
Muted variations
1#0FB4D1
2#1AADC6
3#25A5BC
4#309DB1
5#3A96A6
6#458E9B
7#508791
8#5B7F86
9#65787B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF4 #BEF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CEC #8CECFD | BordersInactive statesPlaceholder text |
| 400 | 50E2 #50E2FB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED9 #1ED9FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04BC #04BCDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0495 #0495AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036B #036B7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #024450 | Primary textHigh emphasis contentDark headings |
| 950 | 012B #012B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFF;
--dodger-blue-100: #DCF9FE;
--dodger-blue-200: #BEF4FE;
--dodger-blue-300: #8CECFD;
--dodger-blue-400: #50E2FB;
--dodger-blue-500: #1ED9FA;
--dodger-blue-600: #04BCDC;
--dodger-blue-700: #0495AF;
--dodger-blue-800: #036B7D;
--dodger-blue-900: #024450;
--dodger-blue-950: #012B32;
}