Dodger Blue
#08AFD9
CyanColor Codes
All color formats for development
HEX
#08AFD9RGB
rgb(8, 175, 217)HSL
hsl(192, 93%, 44%)OKLCH
oklch(0.7 0.13 223.2)CMYK
cmyk(96%, 19%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#079DC3
2#068CAD
3#057A98
4#056982
5#04576C
6#034657
7#023441
8#02232B
9#011116
Tints
Lighter variations
1#09C5F4
2#23CDF7
3#3ED3F8
4#5AD9F9
5#75DFFA
6#91E6FB
7#ACECFC
8#C8F2FD
9#E3F9FE
Tones
Muted variations
1#12A9CE
2#1DA2C4
3#279CB9
4#3296AF
5#3C90A4
6#46899A
7#518390
8#5B7D85
9#66767B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF0 #BFF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE5 #8EE5FB | BordersInactive statesPlaceholder text |
| 400 | 53D8 #53D8F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22CC #22CCF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08AF #08AFD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 068B #068BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0463 #04637B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0340 #03404F | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFE;
--dodger-blue-100: #DDF7FE;
--dodger-blue-200: #BFF0FD;
--dodger-blue-300: #8EE5FB;
--dodger-blue-400: #53D8F9;
--dodger-blue-500: #22CCF7;
--dodger-blue-600: #08AFD9;
--dodger-blue-700: #068BAC;
--dodger-blue-800: #04637B;
--dodger-blue-900: #03404F;
--dodger-blue-950: #022831;
}