Dodger Blue
#07C5DA
CyanColor Codes
All color formats for development
HEX
#07C5DARGB
rgb(7, 197, 218)HSL
hsl(186, 94%, 44%)OKLCH
oklch(0.754 0.129 208.4)CMYK
cmyk(97%, 10%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06B1C4
2#059DAE
3#058A98
4#047683
5#03626D
6#034F57
7#023B41
8#01272C
9#011416
Tints
Lighter variations
1#08DEF5
2#21E3F8
3#3DE6F9
4#59EAFA
5#74EDFB
6#90F1FC
7#ACF4FC
8#C8F8FD
9#E3FBFE
Tones
Muted variations
1#11BCCF
2#1CB4C5
3#26ABBA
4#31A3AF
5#3B9AA5
6#46929A
7#518A90
8#5B8185
9#66797B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF7 #BFF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF0 #8DF0FB | BordersInactive statesPlaceholder text |
| 400 | 52E9 #52E9FA | Disabled statesSecondary iconsMuted text |
| 500 | 20E3 #20E3F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C5 #07C5DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059C #059CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0470 #04707C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0247 #02474F | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FDFF;
--dodger-blue-100: #DCFBFE;
--dodger-blue-200: #BFF7FD;
--dodger-blue-300: #8DF0FB;
--dodger-blue-400: #52E9FA;
--dodger-blue-500: #20E3F8;
--dodger-blue-600: #07C5DA;
--dodger-blue-700: #059CAD;
--dodger-blue-800: #04707C;
--dodger-blue-900: #02474F;
--dodger-blue-950: #022D31;
}