Dodger Blue
#04BFDC
CyanColor Codes
All color formats for development
HEX
#04BFDCRGB
rgb(4, 191, 220)HSL
hsl(188, 96%, 44%)OKLCH
oklch(0.74 0.129 213.7)CMYK
cmyk(98%, 13%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04ACC6
2#0499B0
3#03869A
4#037384
5#02606E
6#024C58
7#013942
8#01262C
9#001316
Tints
Lighter variations
1#05D8F8
2#1FDDFA
3#3BE1FB
4#57E6FC
5#73EAFC
6#8FEEFD
7#ABF2FD
8#C7F7FE
9#E3FBFE
Tones
Muted variations
1#0FB7D1
2#1AAFC6
3#25A7BC
4#30A0B1
5#3A98A6
6#45909B
7#508891
8#5B8086
9#65787B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF5 #BEF5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CEE #8CEEFD | BordersInactive statesPlaceholder text |
| 400 | 50E5 #50E5FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EDD #1EDDFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04BF #04BFDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0498 #0498AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036D #036D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0246 #024650 | 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: #F0FDFF;
--dodger-blue-100: #DCFAFE;
--dodger-blue-200: #BEF5FE;
--dodger-blue-300: #8CEEFD;
--dodger-blue-400: #50E5FB;
--dodger-blue-500: #1EDDFA;
--dodger-blue-600: #04BFDC;
--dodger-blue-700: #0498AF;
--dodger-blue-800: #036D7D;
--dodger-blue-900: #024650;
--dodger-blue-950: #012B32;
}