Dodger Blue
#07ACDA
CyanColor Codes
All color formats for development
HEX
#07ACDARGB
rgb(7, 172, 218)HSL
hsl(193, 94%, 44%)OKLCH
oklch(0.693 0.131 225.8)CMYK
cmyk(97%, 21%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069BC4
2#058AAE
3#057898
4#046783
5#03566D
6#034557
7#023441
8#01222C
9#011116
Tints
Lighter variations
1#08C2F5
2#21CAF8
3#3DD0F9
4#59D7FA
5#74DEFB
6#90E4FC
7#ACEBFC
8#C8F2FD
9#E3F8FE
Tones
Muted variations
1#11A6CF
2#1CA0C5
3#269ABA
4#3194AF
5#3B8EA5
6#46889A
7#518290
8#5B7C85
9#66767B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF0 #BFF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE4 #8DE4FB | BordersInactive statesPlaceholder text |
| 400 | 52D5 #52D5FA | Disabled statesSecondary iconsMuted text |
| 500 | 20C9 #20C9F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07AC #07ACDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0589 #0589AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0462 #04627C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023F #023F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFF;
--dodger-blue-100: #DCF7FE;
--dodger-blue-200: #BFF0FD;
--dodger-blue-300: #8DE4FB;
--dodger-blue-400: #52D5FA;
--dodger-blue-500: #20C9F8;
--dodger-blue-600: #07ACDA;
--dodger-blue-700: #0589AD;
--dodger-blue-800: #04627C;
--dodger-blue-900: #023F4F;
--dodger-blue-950: #022731;
}