Dodger Blue
#0DABD3
CyanColor Codes
All color formats for development
HEX
#0DABD3RGB
rgb(13, 171, 211)HSL
hsl(192, 88%, 44%)OKLCH
oklch(0.688 0.126 222.7)CMYK
cmyk(94%, 19%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9ABE
2#0B89A9
3#097894
4#08677F
5#075669
6#054554
7#04333F
8#03222A
9#011115
Tints
Lighter variations
1#0FC1EE
2#28C9F1
3#43D0F3
4#5ED7F5
5#79DDF6
6#94E4F8
7#AEEBFA
8#C9F2FC
9#E4F8FD
Tones
Muted variations
1#17A6C9
2#21A0BF
3#2B9AB5
4#3594AB
5#3F8EA2
6#498898
7#53828E
8#5C7C84
9#66767A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EF #C1EFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E3 #91E3F8 | BordersInactive statesPlaceholder text |
| 400 | 57D5 #57D5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C9 #27C9F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAB #0DABD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B88 #0B88A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0861 #086178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053E #053E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0327 #032730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DDF7FD;
--dodger-blue-200: #C1EFFB;
--dodger-blue-300: #91E3F8;
--dodger-blue-400: #57D5F4;
--dodger-blue-500: #27C9F1;
--dodger-blue-600: #0DABD3;
--dodger-blue-700: #0B88A8;
--dodger-blue-800: #086178;
--dodger-blue-900: #053E4D;
--dodger-blue-950: #032730;
}