Dodger Blue
#0AA3D6
BlueColor Codes
All color formats for development
HEX
#0AA3D6RGB
rgb(10, 163, 214)HSL
hsl(195, 91%, 44%)OKLCH
oklch(0.67 0.132 229.8)CMYK
cmyk(95%, 24%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0993C1
2#0883AB
3#077296
4#066281
5#05526B
6#044156
7#033140
8#02212B
9#011015
Tints
Lighter variations
1#0BB8F2
2#25C1F5
3#40C9F6
4#5BD0F7
5#77D8F9
6#92E0FA
7#ADE8FB
8#C8EFFC
9#E4F7FE
Tones
Muted variations
1#149ECC
2#1F99C2
3#2994B8
4#338FAD
5#3D8AA3
6#478599
7#52808F
8#5C7A85
9#66757A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0ED #C0EDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FDF #8FDFFA | BordersInactive statesPlaceholder text |
| 400 | 55CE #55CEF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C0 #24C0F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AA3 #0AA3D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0882 #0882AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065D #065D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043B #043B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFE;
--dodger-blue-100: #DDF5FD;
--dodger-blue-200: #C0EDFC;
--dodger-blue-300: #8FDFFA;
--dodger-blue-400: #55CEF7;
--dodger-blue-500: #24C0F5;
--dodger-blue-600: #0AA3D6;
--dodger-blue-700: #0882AA;
--dodger-blue-800: #065D7A;
--dodger-blue-900: #043B4E;
--dodger-blue-950: #022531;
}