Dodger Blue
#02AFDE
CyanColor Codes
All color formats for development
HEX
#02AFDERGB
rgb(2, 175, 222)HSL
hsl(193, 98%, 44%)OKLCH
oklch(0.702 0.134 225.8)CMYK
cmyk(99%, 21%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#029DC8
2#028CB2
3#027A9C
4#016985
5#01576F
6#014659
7#013443
8#00232C
9#001116
Tints
Lighter variations
1#03C5FA
2#1DCCFD
3#39D3FD
4#55D9FD
5#72DFFE
6#8EE6FE
7#AAECFE
8#C6F2FE
9#E3F9FF
Tones
Muted variations
1#0DA8D3
2#18A2C8
3#239CBD
4#2E96B2
5#398FA7
6#44899C
7#4F8391
8#5A7D86
9#65767B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF0 #BDF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE5 #8BE5FE | BordersInactive statesPlaceholder text |
| 400 | 4ED7 #4ED7FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CCC #1CCCFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02AF #02AFDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 028B #028BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0163 #01637E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013F #013F51 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFF;
--dodger-blue-100: #DCF7FF;
--dodger-blue-200: #BDF0FE;
--dodger-blue-300: #8BE5FE;
--dodger-blue-400: #4ED7FD;
--dodger-blue-500: #1CCCFD;
--dodger-blue-600: #02AFDE;
--dodger-blue-700: #028BB1;
--dodger-blue-800: #01637E;
--dodger-blue-900: #013F51;
--dodger-blue-950: #012832;
}