Dodger Blue
#07BADA
CyanColor Codes
All color formats for development
HEX
#07BADARGB
rgb(7, 186, 218)HSL
hsl(189, 94%, 44%)OKLCH
oklch(0.727 0.128 216.1)CMYK
cmyk(97%, 15%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06A7C4
2#0595AE
3#058298
4#047083
5#035D6D
6#034A57
7#023841
8#01252C
9#011316
Tints
Lighter variations
1#08D2F5
2#21D8F8
3#3DDDF9
4#59E2FA
5#74E7FB
6#90EBFC
7#ACF0FC
8#C8F5FD
9#E3FAFE
Tones
Muted variations
1#11B3CF
2#1CABC5
3#26A4BA
4#319CAF
5#3B95A5
6#468E9A
7#518690
8#5B7F85
9#66787B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEB #8DEBFB | BordersInactive statesPlaceholder text |
| 400 | 52E0 #52E0FA | Disabled statesSecondary iconsMuted text |
| 500 | 20D8 #20D8F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07BA #07BADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0594 #0594AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046A #046A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #02444F | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFF;
--dodger-blue-100: #DCF9FE;
--dodger-blue-200: #BFF4FD;
--dodger-blue-300: #8DEBFB;
--dodger-blue-400: #52E0FA;
--dodger-blue-500: #20D8F8;
--dodger-blue-600: #07BADA;
--dodger-blue-700: #0594AD;
--dodger-blue-800: #046A7C;
--dodger-blue-900: #02444F;
--dodger-blue-950: #022A31;
}