Dodger Blue
#0DAFD3
CyanColor Codes
All color formats for development
HEX
#0DAFD3RGB
rgb(13, 175, 211)HSL
hsl(191, 88%, 44%)OKLCH
oklch(0.698 0.125 219.8)CMYK
cmyk(94%, 17%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9DBE
2#0B8CA9
3#097A94
4#08697F
5#075769
6#054654
7#04343F
8#03232A
9#011115
Tints
Lighter variations
1#0FC5EE
2#28CCF1
3#43D3F3
4#5ED9F5
5#79DFF6
6#94E6F8
7#AEECFA
8#C9F2FC
9#E4F9FD
Tones
Muted variations
1#17A8C9
2#21A2BF
3#2B9CB5
4#3596AB
5#3F8FA2
6#498998
7#53838E
8#5C7D84
9#66767A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F0 #C1F0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E5 #91E5F8 | BordersInactive statesPlaceholder text |
| 400 | 57D7 #57D7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27CC #27CCF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAF #0DAFD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8B #0B8BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0863 #086378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0540 #05404D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DDF7FD;
--dodger-blue-200: #C1F0FB;
--dodger-blue-300: #91E5F8;
--dodger-blue-400: #57D7F4;
--dodger-blue-500: #27CCF1;
--dodger-blue-600: #0DAFD3;
--dodger-blue-700: #0B8BA8;
--dodger-blue-800: #086378;
--dodger-blue-900: #05404D;
--dodger-blue-950: #032830;
}