Dodger Blue
#33A1E6
BlueColor Codes
All color formats for development
HEX
#33A1E6RGB
rgb(51, 161, 230)HSL
hsl(203, 78%, 55%)OKLCH
oklch(0.679 0.14 241.4)CMYK
cmyk(78%, 30%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C95E1
2#1985C8
3#1674AF
4#136396
5#0F537D
6#0C4264
7#09324B
8#062132
9#031119
Tints
Lighter variations
1#47ABE8
2#5CB4EB
3#70BDED
4#84C7F0
5#99D0F2
6#ADD9F5
7#C2E3F7
8#D6ECFA
9#EBF6FC
Tones
Muted variations
1#3C9FDD
2#459DD4
3#4E9BCB
4#5799C2
5#5F97B9
6#6895B0
7#7193A7
8#7A909E
9#838E95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E4 #C4E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CF #97CFF2 | BordersInactive statesPlaceholder text |
| 400 | 60B6 #60B6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33A1 #33A1E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1985 #1985C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1469 #14699F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4B #0E4B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0930 #093049 | Primary textHigh emphasis contentDark headings |
| 950 | 061E #061E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FD;
--dodger-blue-100: #DFF0FB;
--dodger-blue-200: #C4E4F8;
--dodger-blue-300: #97CFF2;
--dodger-blue-400: #60B6EB;
--dodger-blue-500: #33A1E6;
--dodger-blue-600: #1985C8;
--dodger-blue-700: #14699F;
--dodger-blue-800: #0E4B71;
--dodger-blue-900: #093049;
--dodger-blue-950: #061E2D;
}