Dodger Blue
#08C0D9
CyanColor Codes
All color formats for development
HEX
#08C0D9RGB
rgb(8, 192, 217)HSL
hsl(187, 93%, 44%)OKLCH
oklch(0.741 0.128 211.2)CMYK
cmyk(96%, 12%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07ADC3
2#069AAD
3#058798
4#057382
5#04606C
6#034D57
7#023A41
8#02262B
9#011316
Tints
Lighter variations
1#09D9F4
2#23DEF7
3#3EE2F8
4#5AE6F9
5#75EBFA
6#91EFFB
7#ACF3FC
8#C8F7FD
9#E3FBFE
Tones
Muted variations
1#12B8CE
2#1DB0C4
3#27A8B9
4#32A0AF
5#3C98A4
6#46909A
7#518890
8#5B8085
9#66787B
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 | BFF5 #BFF5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEE #8EEEFB | BordersInactive statesPlaceholder text |
| 400 | 53E5 #53E5F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22DE #22DEF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C0 #08C0D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0699 #0699AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046D #046D7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0346 #03464F | 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: #BFF5FD;
--dodger-blue-300: #8EEEFB;
--dodger-blue-400: #53E5F9;
--dodger-blue-500: #22DEF7;
--dodger-blue-600: #08C0D9;
--dodger-blue-700: #0699AC;
--dodger-blue-800: #046D7B;
--dodger-blue-900: #03464F;
--dodger-blue-950: #022C31;
}