Dodger Blue
#04AADC
CyanColor Codes
All color formats for development
HEX
#04AADCRGB
rgb(4, 170, 220)HSL
hsl(194, 96%, 44%)OKLCH
oklch(0.689 0.134 228.1)CMYK
cmyk(98%, 23%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0499C6
2#0488B0
3#03779A
4#036684
5#02556E
6#024458
7#013342
8#01222C
9#001116
Tints
Lighter variations
1#05BFF8
2#1FC7FA
3#3BCEFB
4#57D5FC
5#73DCFC
6#8FE3FD
7#ABEAFD
8#C7F1FE
9#E3F8FE
Tones
Muted variations
1#0FA4D1
2#1A9EC6
3#2598BC
4#3093B1
5#3A8DA6
6#45879B
7#508191
8#5B7C86
9#65767B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEF #BEEFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE2 #8CE2FD | BordersInactive statesPlaceholder text |
| 400 | 50D3 #50D3FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EC7 #1EC7FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04AA #04AADC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0487 #0487AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0360 #03607D | Text on light backgroundsHeadingsStrong borders |
| 900 | 023E #023E50 | Primary textHigh emphasis contentDark headings |
| 950 | 0127 #012732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFF;
--dodger-blue-100: #DCF6FE;
--dodger-blue-200: #BEEFFE;
--dodger-blue-300: #8CE2FD;
--dodger-blue-400: #50D3FB;
--dodger-blue-500: #1EC7FA;
--dodger-blue-600: #04AADC;
--dodger-blue-700: #0487AF;
--dodger-blue-800: #03607D;
--dodger-blue-900: #023E50;
--dodger-blue-950: #012732;
}