Dodger Blue
#07AFDA
CyanColor Codes
All color formats for development
HEX
#07AFDARGB
rgb(7, 175, 218)HSL
hsl(192, 94%, 44%)OKLCH
oklch(0.701 0.13 223.8)CMYK
cmyk(97%, 20%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069EC4
2#058CAE
3#057B98
4#046983
5#03586D
6#034657
7#023541
8#01232C
9#011216
Tints
Lighter variations
1#08C6F5
2#21CDF8
3#3DD3F9
4#59DAFA
5#74E0FB
6#90E6FC
7#ACECFC
8#C8F3FD
9#E3F9FE
Tones
Muted variations
1#11A9CF
2#1CA3C5
3#269CBA
4#3196AF
5#3B90A5
6#468A9A
7#518390
8#5B7D85
9#66777B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF1 #BFF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE5 #8DE5FB | BordersInactive statesPlaceholder text |
| 400 | 52D8 #52D8FA | Disabled statesSecondary iconsMuted text |
| 500 | 20CD #20CDF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07AF #07AFDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 058C #058CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0464 #04647C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #02404F | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFF;
--dodger-blue-100: #DCF7FE;
--dodger-blue-200: #BFF1FD;
--dodger-blue-300: #8DE5FB;
--dodger-blue-400: #52D8FA;
--dodger-blue-500: #20CDF8;
--dodger-blue-600: #07AFDA;
--dodger-blue-700: #058CAD;
--dodger-blue-800: #04647C;
--dodger-blue-900: #02404F;
--dodger-blue-950: #022831;
}