Dodger Blue
#0DC6D3
CyanColor Codes
All color formats for development
HEX
#0DC6D3RGB
rgb(13, 198, 211)HSL
hsl(184, 88%, 44%)OKLCH
oklch(0.754 0.127 203.3)CMYK
cmyk(94%, 6%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CB2BE
2#0B9EA9
3#098A94
4#08777F
5#076369
6#054F54
7#043B3F
8#03282A
9#011415
Tints
Lighter variations
1#0FDFEE
2#28E4F1
3#43E7F3
4#5EEBF5
5#79EEF6
6#94F1F8
7#AEF5FA
8#C9F8FC
9#E4FCFD
Tones
Muted variations
1#17BDC9
2#21B5BF
3#2BACB5
4#35A4AB
5#3F9BA2
6#499298
7#538A8E
8#5C8184
9#66797A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F7 #C1F7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F1 #91F1F8 | BordersInactive statesPlaceholder text |
| 400 | 57EA #57EAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E4 #27E4F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC6 #0DC6D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9D #0B9DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0870 #087078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0548 #05484D | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DDFBFD;
--dodger-blue-200: #C1F7FB;
--dodger-blue-300: #91F1F8;
--dodger-blue-400: #57EAF4;
--dodger-blue-500: #27E4F1;
--dodger-blue-600: #0DC6D3;
--dodger-blue-700: #0B9DA8;
--dodger-blue-800: #087078;
--dodger-blue-900: #05484D;
--dodger-blue-950: #032D30;
}