Dodger Blue
#0CB6D4
CyanColor Codes
All color formats for development
HEX
#0CB6D4RGB
rgb(12, 182, 212)HSL
hsl(189, 89%, 44%)OKLCH
oklch(0.715 0.125 215.3)CMYK
cmyk(94%, 14%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BA4BF
2#0A92AA
3#097F94
4#076D7F
5#065B6A
6#054955
7#043740
8#02242A
9#011215
Tints
Lighter variations
1#0ECDEF
2#27D4F2
3#42D9F4
4#5DDFF6
5#78E4F7
6#93E9F9
7#AEEFFA
8#C9F4FC
9#E4FAFD
Tones
Muted variations
1#16AFCA
2#20A8C0
3#2AA1B6
4#349AAC
5#3E93A2
6#488C98
7#52858E
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 | C0F3 #C0F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E9 #90E9F9 | BordersInactive statesPlaceholder text |
| 400 | 56DD #56DDF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D4 #26D4F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB6 #0CB6D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A91 #0A91A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0767 #076778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0442 #04424D | 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: #C0F3FB;
--dodger-blue-300: #90E9F9;
--dodger-blue-400: #56DDF5;
--dodger-blue-500: #26D4F2;
--dodger-blue-600: #0CB6D4;
--dodger-blue-700: #0A91A9;
--dodger-blue-800: #076778;
--dodger-blue-900: #04424D;
--dodger-blue-950: #032930;
}