Dodger Blue
#32CFE7
CyanColor Codes
All color formats for development
HEX
#32CFE7RGB
rgb(50, 207, 231)HSL
hsl(188, 79%, 55%)OKLCH
oklch(0.787 0.127 210.6)CMYK
cmyk(78%, 10%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BC7E2
2#18B1C9
3#159BB0
4#128597
5#0F6F7E
6#0C5964
7#09424B
8#062C32
9#031619
Tints
Lighter variations
1#46D4E9
2#5BD8EC
3#6FDDEE
4#84E2F1
5#98E7F3
6#ADECF5
7#C1F1F8
8#D6F5FA
9#EAFAFD
Tones
Muted variations
1#3BC8DE
2#44C1D5
3#4DBBCC
4#56B4C3
5#5FADBA
6#68A7B1
7#71A0A7
8#7A9A9E
9#839395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E6 #96E6F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD9 #5FD9EC | Disabled statesSecondary iconsMuted text |
| 500 | 32CF #32CFE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B1 #18B1C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138D #138DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D65 #0D6572 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0940 #094049 | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFD;
--dodger-blue-100: #DFF7FB;
--dodger-blue-200: #C4F1F8;
--dodger-blue-300: #96E6F3;
--dodger-blue-400: #5FD9EC;
--dodger-blue-500: #32CFE7;
--dodger-blue-600: #18B1C9;
--dodger-blue-700: #138DA0;
--dodger-blue-800: #0D6572;
--dodger-blue-900: #094049;
--dodger-blue-950: #05282E;
}