Dodger Blue
#07A8DA
CyanColor Codes
All color formats for development
HEX
#07A8DARGB
rgb(7, 168, 218)HSL
hsl(194, 94%, 44%)OKLCH
oklch(0.684 0.133 228.5)CMYK
cmyk(97%, 23%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0698C4
2#0587AE
3#057698
4#046583
5#03546D
6#034357
7#023341
8#01222C
9#011116
Tints
Lighter variations
1#08BEF5
2#21C6F8
3#3DCDF9
4#59D4FA
5#74DBFB
6#90E3FC
7#ACEAFC
8#C8F1FD
9#E3F8FE
Tones
Muted variations
1#11A3CF
2#1C9DC5
3#2698BA
4#3192AF
5#3B8CA5
6#46879A
7#518190
8#5B7B85
9#66767B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEE #BFEEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE2 #8DE2FB | BordersInactive statesPlaceholder text |
| 400 | 52D2 #52D2FA | Disabled statesSecondary iconsMuted text |
| 500 | 20C6 #20C6F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07A8 #07A8DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0586 #0586AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0460 #04607C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023D #023D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFF;
--dodger-blue-100: #DCF6FE;
--dodger-blue-200: #BFEEFD;
--dodger-blue-300: #8DE2FB;
--dodger-blue-400: #52D2FA;
--dodger-blue-500: #20C6F8;
--dodger-blue-600: #07A8DA;
--dodger-blue-700: #0586AD;
--dodger-blue-800: #04607C;
--dodger-blue-900: #023D4F;
--dodger-blue-950: #022631;
}