Dodger Blue
#33CEE6
CyanColor Codes
All color formats for development
HEX
#33CEE6RGB
rgb(51, 206, 230)HSL
hsl(188, 78%, 55%)OKLCH
oklch(0.785 0.126 210.7)CMYK
cmyk(78%, 10%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CC6E1
2#19B0C8
3#169AAF
4#138496
5#0F6E7D
6#0C5864
7#09424B
8#062C32
9#031619
Tints
Lighter variations
1#47D3E8
2#5CD8EB
3#70DDED
4#84E2F0
5#99E6F2
6#ADEBF5
7#C2F0F7
8#D6F5FA
9#EBFAFC
Tones
Muted variations
1#3CC7DD
2#45C1D4
3#4EBACB
4#57B4C2
5#5FADB9
6#68A7B0
7#71A0A7
8#7A999E
9#839395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E6 #97E6F2 | BordersInactive statesPlaceholder text |
| 400 | 60D9 #60D9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33CE #33CEE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B0 #19B0C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148C #148C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E64 #0E6471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0940 #094049 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFD;
--dodger-blue-100: #DFF7FB;
--dodger-blue-200: #C4F1F8;
--dodger-blue-300: #97E6F2;
--dodger-blue-400: #60D9EB;
--dodger-blue-500: #33CEE6;
--dodger-blue-600: #19B0C8;
--dodger-blue-700: #148C9F;
--dodger-blue-800: #0E6471;
--dodger-blue-900: #094049;
--dodger-blue-950: #06282D;
}