Dodger Blue
#0DA5D3
CyanColor Codes
All color formats for development
HEX
#0DA5D3RGB
rgb(13, 165, 211)HSL
hsl(194, 88%, 44%)OKLCH
oklch(0.674 0.128 227)CMYK
cmyk(94%, 22%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C94BE
2#0B84A9
3#097394
4#08637F
5#075269
6#054254
7#04313F
8#03212A
9#011015
Tints
Lighter variations
1#0FBAEE
2#28C2F1
3#43CAF3
4#5ED2F5
5#79D9F6
6#94E1F8
7#AEE8FA
8#C9F0FC
9#E4F7FD
Tones
Muted variations
1#17A0C9
2#219ABF
3#2B95B5
4#3590AB
5#3F8BA2
6#498598
7#53808E
8#5C7B84
9#66757A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1ED #C1EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E0 #91E0F8 | BordersInactive statesPlaceholder text |
| 400 | 57D0 #57D0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C2 #27C2F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA5 #0DA5D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B83 #0B83A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085E #085E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053C #053C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DDF6FD;
--dodger-blue-200: #C1EDFB;
--dodger-blue-300: #91E0F8;
--dodger-blue-400: #57D0F4;
--dodger-blue-500: #27C2F1;
--dodger-blue-600: #0DA5D3;
--dodger-blue-700: #0B83A8;
--dodger-blue-800: #085E78;
--dodger-blue-900: #053C4D;
--dodger-blue-950: #032530;
}