Dodger Blue
#02ABDE
CyanColor Codes
All color formats for development
HEX
#02ABDERGB
rgb(2, 171, 222)HSL
hsl(194, 98%, 44%)OKLCH
oklch(0.693 0.135 228.4)CMYK
cmyk(99%, 23%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029AC8
2#0289B2
3#02789C
4#016785
5#01556F
6#014459
7#013343
8#00222C
9#001116
Tints
Lighter variations
1#03C1FA
2#1DC8FD
3#39CFFD
4#55D6FD
5#72DDFE
6#8EE4FE
7#AAEBFE
8#C6F1FE
9#E3F8FF
Tones
Muted variations
1#0DA5D3
2#189FC8
3#2399BD
4#2E93B2
5#398EA7
6#44889C
7#4F8291
8#5A7C86
9#65767B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEF #BDEFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE3 #8BE3FE | BordersInactive statesPlaceholder text |
| 400 | 4ED4 #4ED4FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CC8 #1CC8FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02AB #02ABDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0288 #0288B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0161 #01617E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013E #013E51 | 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: #DCF6FF;
--dodger-blue-200: #BDEFFE;
--dodger-blue-300: #8BE3FE;
--dodger-blue-400: #4ED4FD;
--dodger-blue-500: #1CC8FD;
--dodger-blue-600: #02ABDE;
--dodger-blue-700: #0288B1;
--dodger-blue-800: #01617E;
--dodger-blue-900: #013E51;
--dodger-blue-950: #012732;
}