Dodger Blue
#33C5E6
CyanColor Codes
All color formats for development
HEX
#33C5E6RGB
rgb(51, 197, 230)HSL
hsl(191, 78%, 55%)OKLCH
oklch(0.763 0.125 217.2)CMYK
cmyk(78%, 14%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CBDE1
2#19A8C8
3#1693AF
4#137E96
5#0F697D
6#0C5464
7#093F4B
8#062A32
9#031519
Tints
Lighter variations
1#47CBE8
2#5CD1EB
3#70D6ED
4#84DCF0
5#99E2F2
6#ADE8F5
7#C2EEF7
8#D6F3FA
9#EBF9FC
Tones
Muted variations
1#3CBFDD
2#45BAD4
3#4EB4CB
4#57AEC2
5#5FA9B9
6#68A3B0
7#719DA7
8#7A989E
9#839295
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EE #C4EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E1 #97E1F2 | BordersInactive statesPlaceholder text |
| 400 | 60D2 #60D2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33C5 #33C5E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A8 #19A8C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1485 #14859F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5F #0E5F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFD;
--dodger-blue-100: #DFF6FB;
--dodger-blue-200: #C4EEF8;
--dodger-blue-300: #97E1F2;
--dodger-blue-400: #60D2EB;
--dodger-blue-500: #33C5E6;
--dodger-blue-600: #19A8C8;
--dodger-blue-700: #14859F;
--dodger-blue-800: #0E5F71;
--dodger-blue-900: #093D49;
--dodger-blue-950: #06262D;
}