Dodger Blue
#0DB5D3
CyanColor Codes
All color formats for development
HEX
#0DB5D3RGB
rgb(13, 181, 211)HSL
hsl(189, 88%, 44%)OKLCH
oklch(0.712 0.125 215.4)CMYK
cmyk(94%, 14%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CA3BE
2#0B91A9
3#097F94
4#086D7F
5#075B69
6#054954
7#04363F
8#03242A
9#011215
Tints
Lighter variations
1#0FCCEE
2#28D3F1
3#43D9F3
4#5EDEF5
5#79E4F6
6#94E9F8
7#AEEFFA
8#C9F4FC
9#E4FAFD
Tones
Muted variations
1#17AEC9
2#21A7BF
3#2BA1B5
4#359AAB
5#3F93A2
6#498C98
7#53858E
8#5C7E84
9#66777A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E8 #91E8F8 | BordersInactive statesPlaceholder text |
| 400 | 57DD #57DDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D3 #27D3F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB5 #0DB5D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B90 #0B90A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0867 #086778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0542 #05424D | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DDF8FD;
--dodger-blue-200: #C1F2FB;
--dodger-blue-300: #91E8F8;
--dodger-blue-400: #57DDF4;
--dodger-blue-500: #27D3F1;
--dodger-blue-600: #0DB5D3;
--dodger-blue-700: #0B90A8;
--dodger-blue-800: #086778;
--dodger-blue-900: #05424D;
--dodger-blue-950: #032930;
}