Dodger Blue
#33B0E6
BlueColor Codes
All color formats for development
HEX
#33B0E6RGB
rgb(51, 176, 230)HSL
hsl(198, 78%, 55%)OKLCH
oklch(0.714 0.131 232)CMYK
cmyk(78%, 23%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CA6E1
2#1993C8
3#1681AF
4#136E96
5#0F5C7D
6#0C4A64
7#09374B
8#062532
9#031219
Tints
Lighter variations
1#47B8E8
2#5CC0EB
3#70C8ED
4#84D0F0
5#99D8F2
6#ADDFF5
7#C2E7F7
8#D6EFFA
9#EBF7FC
Tones
Muted variations
1#3CACDD
2#45A9D4
3#4EA5CB
4#57A2C2
5#5F9EB9
6#689BB0
7#7197A7
8#7A939E
9#839095
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E8 #C4E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D7 #97D7F2 | BordersInactive statesPlaceholder text |
| 400 | 60C2 #60C2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B0 #33B0E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1993 #1993C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1475 #14759F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E54 #0E5471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0936 #093649 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFD;
--dodger-blue-100: #DFF3FB;
--dodger-blue-200: #C4E8F8;
--dodger-blue-300: #97D7F2;
--dodger-blue-400: #60C2EB;
--dodger-blue-500: #33B0E6;
--dodger-blue-600: #1993C8;
--dodger-blue-700: #14759F;
--dodger-blue-800: #0E5471;
--dodger-blue-900: #093649;
--dodger-blue-950: #06212D;
}