Dodger Blue
#0AA7D6
CyanColor Codes
All color formats for development
HEX
#0AA7D6RGB
rgb(10, 167, 214)HSL
hsl(194, 91%, 44%)OKLCH
oklch(0.68 0.13 227.1)CMYK
cmyk(95%, 22%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0996C1
2#0885AB
3#077596
4#066481
5#05536B
6#044356
7#033240
8#02212B
9#011115
Tints
Lighter variations
1#0BBCF2
2#25C4F5
3#40CCF6
4#5BD3F7
5#77DAF9
6#92E2FA
7#ADE9FB
8#C8F0FC
9#E4F8FE
Tones
Muted variations
1#14A1CC
2#1F9CC2
3#2996B8
4#3391AD
5#3D8BA3
6#478699
7#52818F
8#5C7B85
9#66767A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EE #C0EEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE1 #8FE1FA | BordersInactive statesPlaceholder text |
| 400 | 55D1 #55D1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C4 #24C4F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AA7 #0AA7D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0885 #0885AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065F #065F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043D #043D4E | 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: #F0FBFE;
--dodger-blue-100: #DDF6FD;
--dodger-blue-200: #C0EEFC;
--dodger-blue-300: #8FE1FA;
--dodger-blue-400: #55D1F7;
--dodger-blue-500: #24C4F5;
--dodger-blue-600: #0AA7D6;
--dodger-blue-700: #0885AA;
--dodger-blue-800: #065F7A;
--dodger-blue-900: #043D4E;
--dodger-blue-950: #022631;
}