Dodger Blue
#0DA8D3
CyanColor Codes
All color formats for development
HEX
#0DA8D3RGB
rgb(13, 168, 211)HSL
hsl(193, 88%, 44%)OKLCH
oklch(0.681 0.127 224.9)CMYK
cmyk(94%, 20%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C97BE
2#0B87A9
3#097694
4#08657F
5#075469
6#054354
7#04323F
8#03222A
9#011115
Tints
Lighter variations
1#0FBEEE
2#28C6F1
3#43CDF3
4#5ED4F5
5#79DBF6
6#94E2F8
7#AEEAFA
8#C9F1FC
9#E4F8FD
Tones
Muted variations
1#17A3C9
2#219DBF
3#2B97B5
4#3592AB
5#3F8CA2
6#498798
7#53818E
8#5C7B84
9#66767A
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 | C1EE #C1EEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E2 #91E2F8 | BordersInactive statesPlaceholder text |
| 400 | 57D2 #57D2F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C5 #27C5F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA8 #0DA8D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B86 #0B86A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0860 #086078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053D #053D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | 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: #C1EEFB;
--dodger-blue-300: #91E2F8;
--dodger-blue-400: #57D2F4;
--dodger-blue-500: #27C5F1;
--dodger-blue-600: #0DA8D3;
--dodger-blue-700: #0B86A8;
--dodger-blue-800: #086078;
--dodger-blue-900: #053D4D;
--dodger-blue-950: #032630;
}