Dodger Blue
#0EA5E9
BlueColor Codes
All color formats for development
HEX
#0EA5E9RGB
rgb(14, 165, 233)HSL
hsl(199, 89%, 48%)OKLCH
oklch(0.685 0.148 237.3)CMYK
cmyk(94%, 29%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C92D0
2#0B82B9
3#0972A2
4#08618B
5#075174
6#05415D
7#043145
8#03202E
9#011017
Tints
Lighter variations
1#1DAFF2
2#37B8F3
3#50C0F5
4#69C9F6
5#82D2F8
6#9BDBF9
7#B4E4FB
8#CDEDFC
9#E6F6FE
Tones
Muted variations
1#189EDC
2#239AD2
3#2E96C7
4#3992BC
5#448EB1
6#4F8AA6
7#5A869B
8#658290
9#707E85
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E9 #C0E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D7 #90D7F9 | BordersInactive statesPlaceholder text |
| 400 | 56C3 #56C3F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26B2 #26B2F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C95 #0C95D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A76 #0A76A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0755 #075578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0436 #04364D | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DDF3FD;
--dodger-blue-200: #C0E9FB;
--dodger-blue-300: #90D7F9;
--dodger-blue-400: #56C3F5;
--dodger-blue-500: #26B2F2;
--dodger-blue-600: #0C95D4;
--dodger-blue-700: #0A76A9;
--dodger-blue-800: #075578;
--dodger-blue-900: #04364D;
--dodger-blue-950: #032230;
}