Dodger Blue
#07B7DA
CyanColor Codes
All color formats for development
HEX
#07B7DARGB
rgb(7, 183, 218)HSL
hsl(190, 94%, 44%)OKLCH
oklch(0.72 0.129 218.2)CMYK
cmyk(97%, 16%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06A4C4
2#0592AE
3#058098
4#046E83
5#035B6D
6#034957
7#023741
8#01252C
9#011216
Tints
Lighter variations
1#08CEF5
2#21D4F8
3#3DDAF9
4#59DFFA
5#74E4FB
6#90EAFC
7#ACEFFC
8#C8F4FD
9#E3FAFE
Tones
Muted variations
1#11AFCF
2#1CA8C5
3#26A1BA
4#319AAF
5#3B93A5
6#468C9A
7#518590
8#5B7E85
9#66777B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE9 #8DE9FB | BordersInactive statesPlaceholder text |
| 400 | 52DE #52DEFA | Disabled statesSecondary iconsMuted text |
| 500 | 20D4 #20D4F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07B7 #07B7DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0591 #0591AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0468 #04687C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0242 #02424F | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFF;
--dodger-blue-100: #DCF8FE;
--dodger-blue-200: #BFF3FD;
--dodger-blue-300: #8DE9FB;
--dodger-blue-400: #52DEFA;
--dodger-blue-500: #20D4F8;
--dodger-blue-600: #07B7DA;
--dodger-blue-700: #0591AD;
--dodger-blue-800: #04687C;
--dodger-blue-900: #02424F;
--dodger-blue-950: #022931;
}