Dodger Blue
#08B9D9
CyanColor Codes
All color formats for development
HEX
#08B9D9RGB
rgb(8, 185, 217)HSL
hsl(189, 93%, 44%)OKLCH
oklch(0.724 0.128 216.2)CMYK
cmyk(96%, 15%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07A7C3
2#0694AD
3#058298
4#056F82
5#045D6C
6#034A57
7#023841
8#02252B
9#011316
Tints
Lighter variations
1#09D1F4
2#23D7F7
3#3EDCF8
4#5AE1F9
5#75E6FA
6#91EBFB
7#ACF0FC
8#C8F5FD
9#E3FAFE
Tones
Muted variations
1#12B2CE
2#1DABC4
3#27A3B9
4#329CAF
5#3C95A4
6#468D9A
7#518690
8#5B7F85
9#66787B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEB #8EEBFB | BordersInactive statesPlaceholder text |
| 400 | 53E0 #53E0F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D7 #22D7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B9 #08B9D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0693 #0693AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0469 #04697B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0343 #03434F | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFE;
--dodger-blue-100: #DDF9FE;
--dodger-blue-200: #BFF3FD;
--dodger-blue-300: #8EEBFB;
--dodger-blue-400: #53E0F9;
--dodger-blue-500: #22D7F7;
--dodger-blue-600: #08B9D9;
--dodger-blue-700: #0693AC;
--dodger-blue-800: #04697B;
--dodger-blue-900: #03434F;
--dodger-blue-950: #022A31;
}