Dodger Blue
#33BFE6
CyanColor Codes
All color formats for development
HEX
#33BFE6RGB
rgb(51, 191, 230)HSL
hsl(193, 78%, 55%)OKLCH
oklch(0.749 0.126 221.5)CMYK
cmyk(78%, 17%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CB6E1
2#19A2C8
3#168EAF
4#137996
5#0F657D
6#0C5164
7#093D4B
8#062832
9#031419
Tints
Lighter variations
1#47C5E8
2#5CCCEB
3#70D2ED
4#84D9F0
5#99DFF2
6#ADE5F5
7#C2ECF7
8#D6F2FA
9#EBF9FC
Tones
Muted variations
1#3CBADD
2#45B5D4
3#4EB0CB
4#57ABC2
5#5FA6B9
6#68A1B0
7#719BA7
8#7A969E
9#839195
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4ED #C4EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DE #97DEF2 | BordersInactive statesPlaceholder text |
| 400 | 60CD #60CDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33BF #33BFE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A2 #19A2C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1481 #14819F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5C #0E5C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093B #093B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFD;
--dodger-blue-100: #DFF5FB;
--dodger-blue-200: #C4EDF8;
--dodger-blue-300: #97DEF2;
--dodger-blue-400: #60CDEB;
--dodger-blue-500: #33BFE6;
--dodger-blue-600: #19A2C8;
--dodger-blue-700: #14819F;
--dodger-blue-800: #0E5C71;
--dodger-blue-900: #093B49;
--dodger-blue-950: #06252D;
}