Dodger Blue
#04B8DC
CyanColor Codes
All color formats for development
HEX
#04B8DCRGB
rgb(4, 184, 220)HSL
hsl(190, 96%, 44%)OKLCH
oklch(0.723 0.13 218.6)CMYK
cmyk(98%, 16%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04A6C6
2#0493B0
3#03819A
4#036E84
5#025C6E
6#024A58
7#013742
8#01252C
9#001216
Tints
Lighter variations
1#05CFF8
2#1FD6FA
3#3BDBFB
4#57E0FC
5#73E5FC
6#8FEAFD
7#ABF0FD
8#C7F5FE
9#E3FAFE
Tones
Muted variations
1#0FB1D1
2#1AAAC6
3#25A2BC
4#309BB1
5#3A94A6
6#458D9B
7#508691
8#5B7F86
9#65777B
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 | BEF3 #BEF3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CEA #8CEAFD | BordersInactive statesPlaceholder text |
| 400 | 50DF #50DFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED6 #1ED6FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B8 #04B8DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0492 #0492AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0369 #03697D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0243 #024350 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | 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: #BEF3FE;
--dodger-blue-300: #8CEAFD;
--dodger-blue-400: #50DFFB;
--dodger-blue-500: #1ED6FA;
--dodger-blue-600: #04B8DC;
--dodger-blue-700: #0492AF;
--dodger-blue-800: #03697D;
--dodger-blue-900: #024350;
--dodger-blue-950: #012A32;
}