Dodger Blue
#08A8D9
CyanColor Codes
All color formats for development
HEX
#08A8D9RGB
rgb(8, 168, 217)HSL
hsl(194, 93%, 44%)OKLCH
oklch(0.683 0.132 228)CMYK
cmyk(96%, 23%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0797C3
2#0686AD
3#057598
4#056582
5#04546C
6#034357
7#023241
8#02222B
9#011116
Tints
Lighter variations
1#09BDF4
2#23C5F7
3#3ECDF8
4#5AD4F9
5#75DBFA
6#91E2FB
7#ACE9FC
8#C8F1FD
9#E3F8FE
Tones
Muted variations
1#12A2CE
2#1D9DC4
3#2797B9
4#3292AF
5#3C8CA4
6#46869A
7#518190
8#5B7B85
9#66767B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEE #BFEEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE1 #8EE1FB | BordersInactive statesPlaceholder text |
| 400 | 53D2 #53D2F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22C5 #22C5F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A8 #08A8D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0686 #0686AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045F #045F7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033D #033D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFE;
--dodger-blue-100: #DDF6FE;
--dodger-blue-200: #BFEEFD;
--dodger-blue-300: #8EE1FB;
--dodger-blue-400: #53D2F9;
--dodger-blue-500: #22C5F7;
--dodger-blue-600: #08A8D9;
--dodger-blue-700: #0686AC;
--dodger-blue-800: #045F7B;
--dodger-blue-900: #033D4F;
--dodger-blue-950: #022631;
}