Dodger Blue
#08C4D9
CyanColor Codes
All color formats for development
HEX
#08C4D9RGB
rgb(8, 196, 217)HSL
hsl(186, 93%, 44%)OKLCH
oklch(0.751 0.128 208.5)CMYK
cmyk(96%, 10%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07B0C3
2#069DAD
3#058998
4#057582
5#04626C
6#034E57
7#023B41
8#02272B
9#011416
Tints
Lighter variations
1#09DDF4
2#23E2F7
3#3EE5F8
4#5AE9F9
5#75EDFA
6#91F0FB
7#ACF4FC
8#C8F8FD
9#E3FBFE
Tones
Muted variations
1#12BBCE
2#1DB3C4
3#27ABB9
4#32A2AF
5#3C9AA4
6#46929A
7#518990
8#5B8185
9#66797B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF7 #BFF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF0 #8EF0FB | BordersInactive statesPlaceholder text |
| 400 | 53E8 #53E8F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E2 #22E2F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C4 #08C4D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 069C #069CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046F #046F7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0347 #03474F | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FDFE;
--dodger-blue-100: #DDFAFE;
--dodger-blue-200: #BFF7FD;
--dodger-blue-300: #8EF0FB;
--dodger-blue-400: #53E8F9;
--dodger-blue-500: #22E2F7;
--dodger-blue-600: #08C4D9;
--dodger-blue-700: #069CAC;
--dodger-blue-800: #046F7B;
--dodger-blue-900: #03474F;
--dodger-blue-950: #022C31;
}