Dodger Blue
#19C8C5
CyanColor Codes
All color formats for development
HEX
#19C8C5RGB
rgb(25, 200, 197)HSL
hsl(179, 78%, 44%)OKLCH
oklch(0.754 0.126 192.9)CMYK
cmyk(88%, 0%, 1%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B4B1
2#14A09D
3#118C8A
4#0F7876
5#0C6462
6#0A504F
7#073C3B
8#052827
9#021414
Tints
Lighter variations
1#1CE1DE
2#34E6E3
3#4DE9E6
4#66ECEA
5#80EFED
6#99F2F1
7#B3F6F4
8#CCF9F8
9#E6FCFB
Tones
Muted variations
1#21BFBC
2#2AB6B4
3#33ADAB
4#3CA5A3
5#449C9A
6#4D9392
7#568A8A
8#5F8281
9#677979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094948 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFD;
--dodger-blue-100: #DFFBFB;
--dodger-blue-200: #C4F8F7;
--dodger-blue-300: #97F2F1;
--dodger-blue-400: #60EBE9;
--dodger-blue-500: #33E6E3;
--dodger-blue-600: #19C8C5;
--dodger-blue-700: #149F9D;
--dodger-blue-800: #0E7170;
--dodger-blue-900: #094948;
--dodger-blue-950: #062D2D;
}