Dodger Blue
#33A7E6
BlueColor Codes
All color formats for development
HEX
#33A7E6RGB
rgb(51, 167, 230)HSL
hsl(201, 78%, 55%)OKLCH
oklch(0.693 0.136 237.8)CMYK
cmyk(78%, 27%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C9CE1
2#198AC8
3#1679AF
4#136896
5#0F577D
6#0C4564
7#09344B
8#062332
9#031119
Tints
Lighter variations
1#47B0E8
2#5CB9EB
3#70C1ED
4#84CAF0
5#99D3F2
6#ADDCF5
7#C2E5F7
8#D6EDFA
9#EBF6FC
Tones
Muted variations
1#3CA4DD
2#45A2D4
3#4E9FCB
4#579CC2
5#5F9AB9
6#6897B0
7#7194A7
8#7A929E
9#838F95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D2 #97D2F2 | BordersInactive statesPlaceholder text |
| 400 | 60BB #60BBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33A7 #33A7E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 198A #198AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 146E #146E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4F #0E4F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0932 #093249 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FD;
--dodger-blue-100: #DFF1FB;
--dodger-blue-200: #C4E6F8;
--dodger-blue-300: #97D2F2;
--dodger-blue-400: #60BBEB;
--dodger-blue-500: #33A7E6;
--dodger-blue-600: #198AC8;
--dodger-blue-700: #146E9F;
--dodger-blue-800: #0E4F71;
--dodger-blue-900: #093249;
--dodger-blue-950: #061F2D;
}