Dodger Blue
#0CC0D4
CyanColor Codes
All color formats for development
HEX
#0CC0D4RGB
rgb(12, 192, 212)HSL
hsl(186, 89%, 44%)OKLCH
oklch(0.739 0.126 208.1)CMYK
cmyk(94%, 9%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BADBF
2#0A9AAA
3#098694
4#07737F
5#06606A
6#054D55
7#043A40
8#02262A
9#011315
Tints
Lighter variations
1#0ED9EF
2#27DEF2
3#42E2F4
4#5DE6F6
5#78EAF7
6#93EFF9
7#AEF3FA
8#C9F7FC
9#E4FBFD
Tones
Muted variations
1#16B8CA
2#20B0C0
3#2AA8B6
4#34A0AC
5#3E98A2
6#489098
7#52888E
8#5C8084
9#66787A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F5 #C0F5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EE #90EEF9 | BordersInactive statesPlaceholder text |
| 400 | 56E5 #56E5F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26DE #26DEF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CC0 #0CC0D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A99 #0A99A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 076D #076D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0446 #04464D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DDFAFD;
--dodger-blue-200: #C0F5FB;
--dodger-blue-300: #90EEF9;
--dodger-blue-400: #56E5F5;
--dodger-blue-500: #26DEF2;
--dodger-blue-600: #0CC0D4;
--dodger-blue-700: #0A99A9;
--dodger-blue-800: #076D78;
--dodger-blue-900: #04464D;
--dodger-blue-950: #032C30;
}