Dodger Blue
#02BADE
CyanColor Codes
All color formats for development
HEX
#02BADERGB
rgb(2, 186, 222)HSL
hsl(190, 98%, 44%)OKLCH
oklch(0.729 0.131 218.4)CMYK
cmyk(99%, 16%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02A7C8
2#0294B2
3#02829C
4#016F85
5#015D6F
6#014A59
7#013843
8#00252C
9#001316
Tints
Lighter variations
1#03D1FA
2#1DD7FD
3#39DCFD
4#55E1FD
5#72E6FE
6#8EEBFE
7#AAF0FE
8#C6F5FE
9#E3FAFF
Tones
Muted variations
1#0DB2D3
2#18ABC8
3#23A4BD
4#2E9CB2
5#3995A7
6#448E9C
7#4F8691
8#5A7F86
9#65787B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF4 #BDF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEB #8BEBFE | BordersInactive statesPlaceholder text |
| 400 | 4EE0 #4EE0FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CD7 #1CD7FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02BA #02BADE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0294 #0294B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0169 #01697E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0143 #014351 | 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: #DCF9FF;
--dodger-blue-200: #BDF4FE;
--dodger-blue-300: #8BEBFE;
--dodger-blue-400: #4EE0FD;
--dodger-blue-500: #1CD7FD;
--dodger-blue-600: #02BADE;
--dodger-blue-700: #0294B1;
--dodger-blue-800: #01697E;
--dodger-blue-900: #014351;
--dodger-blue-950: #012A32;
}