Dodger Blue
#19C8C2
CyanColor Codes
All color formats for development
HEX
#19C8C2RGB
rgb(25, 200, 194)HSL
hsl(178, 78%, 44%)OKLCH
oklch(0.753 0.127 190.9)CMYK
cmyk(88%, 0%, 3%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B4AE
2#14A09B
3#118C88
4#0F7874
5#0C6461
6#0A504E
7#073C3A
8#052827
9#021413
Tints
Lighter variations
1#1CE1DB
2#34E6E0
3#4DE9E4
4#66ECE8
5#80EFEC
6#99F2EF
7#B3F6F3
8#CCF9F7
9#E6FCFB
Tones
Muted variations
1#21BFBA
2#2AB6B2
3#33ADA9
4#3CA5A1
5#449C99
6#4D9391
7#568A89
8#5F8281
9#677978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094947 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFD;
--dodger-blue-100: #DFFBFA;
--dodger-blue-200: #C4F8F6;
--dodger-blue-300: #97F2EF;
--dodger-blue-400: #60EBE7;
--dodger-blue-500: #33E6E0;
--dodger-blue-600: #19C8C2;
--dodger-blue-700: #149F9A;
--dodger-blue-800: #0E716E;
--dodger-blue-900: #094947;
--dodger-blue-950: #062D2C;
}