Dodger Blue
#08B2D9
CyanColor Codes
All color formats for development
HEX
#08B2D9RGB
rgb(8, 178, 217)HSL
hsl(191, 93%, 44%)OKLCH
oklch(0.707 0.129 221.1)CMYK
cmyk(96%, 18%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07A0C3
2#068FAD
3#057D98
4#056B82
5#04596C
6#034757
7#023541
8#02242B
9#011216
Tints
Lighter variations
1#09C9F4
2#23D0F7
3#3ED6F8
4#5ADCF9
5#75E2FA
6#91E8FB
7#ACEDFC
8#C8F3FD
9#E3F9FE
Tones
Muted variations
1#12ACCE
2#1DA5C4
3#279EB9
4#3298AF
5#3C91A4
6#468B9A
7#518490
8#5B7D85
9#66777B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF1 #BFF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE7 #8EE7FB | BordersInactive statesPlaceholder text |
| 400 | 53DA #53DAF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D0 #22D0F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B2 #08B2D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 068E #068EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0465 #04657B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0341 #03414F | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFE;
--dodger-blue-100: #DDF8FE;
--dodger-blue-200: #BFF1FD;
--dodger-blue-300: #8EE7FB;
--dodger-blue-400: #53DAF9;
--dodger-blue-500: #22D0F7;
--dodger-blue-600: #08B2D9;
--dodger-blue-700: #068EAC;
--dodger-blue-800: #04657B;
--dodger-blue-900: #03414F;
--dodger-blue-950: #022931;
}