Dodger Blue
#07C1DA
CyanColor Codes
All color formats for development
HEX
#07C1DARGB
rgb(7, 193, 218)HSL
hsl(187, 94%, 44%)OKLCH
oklch(0.744 0.128 211.2)CMYK
cmyk(97%, 11%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06AEC4
2#059AAE
3#058798
4#047483
5#03616D
6#034D57
7#023A41
8#01272C
9#011316
Tints
Lighter variations
1#08DAF5
2#21DFF8
3#3DE3F9
4#59E7FA
5#74EBFB
6#90EFFC
7#ACF3FC
8#C8F7FD
9#E3FBFE
Tones
Muted variations
1#11B9CF
2#1CB1C5
3#26A9BA
4#31A1AF
5#3B99A5
6#46919A
7#518890
8#5B8085
9#66787B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF6 #BFF6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEF #8DEFFB | BordersInactive statesPlaceholder text |
| 400 | 52E6 #52E6FA | Disabled statesSecondary iconsMuted text |
| 500 | 20DF #20DFF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C1 #07C1DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059A #059AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046E #046E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0246 #02464F | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FDFF;
--dodger-blue-100: #DCFAFE;
--dodger-blue-200: #BFF6FD;
--dodger-blue-300: #8DEFFB;
--dodger-blue-400: #52E6FA;
--dodger-blue-500: #20DFF8;
--dodger-blue-600: #07C1DA;
--dodger-blue-700: #059AAD;
--dodger-blue-800: #046E7C;
--dodger-blue-900: #02464F;
--dodger-blue-950: #022C31;
}