Dodger Blue
#0AAAD6
CyanColor Codes
All color formats for development
HEX
#0AAAD6RGB
rgb(10, 170, 214)HSL
hsl(193, 91%, 44%)OKLCH
oklch(0.687 0.129 225.1)CMYK
cmyk(95%, 21%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0999C1
2#0888AB
3#077796
4#066681
5#05556B
6#044456
7#033340
8#02222B
9#011115
Tints
Lighter variations
1#0BC0F2
2#25C8F5
3#40CFF6
4#5BD6F7
5#77DCF9
6#92E3FA
7#ADEAFB
8#C8F1FC
9#E4F8FE
Tones
Muted variations
1#14A4CC
2#1F9EC2
3#2999B8
4#3393AD
5#3D8DA3
6#478799
7#52828F
8#5C7C85
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 | C0EF #C0EFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE3 #8FE3FA | BordersInactive statesPlaceholder text |
| 400 | 55D4 #55D4F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C7 #24C7F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AAA #0AAAD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0887 #0887AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0661 #06617A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043E #043E4E | 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: #F0FBFE;
--dodger-blue-100: #DDF6FD;
--dodger-blue-200: #C0EFFC;
--dodger-blue-300: #8FE3FA;
--dodger-blue-400: #55D4F7;
--dodger-blue-500: #24C7F5;
--dodger-blue-600: #0AAAD6;
--dodger-blue-700: #0887AA;
--dodger-blue-800: #06617A;
--dodger-blue-900: #043E4E;
--dodger-blue-950: #022731;
}