Dodger Blue
#04B4DC
CyanColor Codes
All color formats for development
HEX
#04B4DCRGB
rgb(4, 180, 220)HSL
hsl(191, 96%, 44%)OKLCH
oklch(0.713 0.131 221.4)CMYK
cmyk(98%, 18%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04A2C6
2#0490B0
3#037E9A
4#036C84
5#025A6E
6#024858
7#013642
8#01242C
9#001216
Tints
Lighter variations
1#05CBF8
2#1FD2FA
3#3BD8FB
4#57DDFC
5#73E3FC
6#8FE9FD
7#ABEEFD
8#C7F4FE
9#E3F9FE
Tones
Muted variations
1#0FAED1
2#1AA7C6
3#25A0BC
4#3099B1
5#3A92A6
6#458B9B
7#508591
8#5B7E86
9#65777B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF2 #BEF2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE8 #8CE8FD | BordersInactive statesPlaceholder text |
| 400 | 50DC #50DCFB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED2 #1ED2FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B4 #04B4DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0490 #0490AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0367 #03677D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0242 #024250 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFF;
--dodger-blue-100: #DCF8FE;
--dodger-blue-200: #BEF2FE;
--dodger-blue-300: #8CE8FD;
--dodger-blue-400: #50DCFB;
--dodger-blue-500: #1ED2FA;
--dodger-blue-600: #04B4DC;
--dodger-blue-700: #0490AF;
--dodger-blue-800: #03677D;
--dodger-blue-900: #024250;
--dodger-blue-950: #012932;
}