Dodger Blue
#08BDD9
CyanColor Codes
All color formats for development
HEX
#08BDD9RGB
rgb(8, 189, 217)HSL
hsl(188, 93%, 44%)OKLCH
oklch(0.734 0.128 213.4)CMYK
cmyk(96%, 13%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07AAC3
2#0697AD
3#058498
4#057182
5#045E6C
6#034B57
7#023941
8#02262B
9#011316
Tints
Lighter variations
1#09D5F4
2#23DBF7
3#3EDFF8
4#5AE4F9
5#75E8FA
6#91EDFB
7#ACF1FC
8#C8F6FD
9#E3FAFE
Tones
Muted variations
1#12B5CE
2#1DADC4
3#27A6B9
4#329EAF
5#3C96A4
6#468F9A
7#518790
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 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEC #8EECFB | BordersInactive statesPlaceholder text |
| 400 | 53E3 #53E3F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22DB #22DBF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08BD #08BDD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0696 #0696AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046B #046B7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0345 #03454F | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FDFE;
--dodger-blue-100: #DDF9FE;
--dodger-blue-200: #BFF4FD;
--dodger-blue-300: #8EECFB;
--dodger-blue-400: #53E3F9;
--dodger-blue-500: #22DBF7;
--dodger-blue-600: #08BDD9;
--dodger-blue-700: #0696AC;
--dodger-blue-800: #046B7B;
--dodger-blue-900: #03454F;
--dodger-blue-950: #022B31;
}