Dodger Blue
#19C5C8
CyanColor Codes
All color formats for development
HEX
#19C5C8RGB
rgb(25, 197, 200)HSL
hsl(181, 78%, 44%)OKLCH
oklch(0.748 0.124 196.8)CMYK
cmyk(88%, 1%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B1B4
2#149DA0
3#118A8C
4#0F7678
5#0C6264
6#0A4F50
7#073B3C
8#052728
9#021414
Tints
Lighter variations
1#1CDEE1
2#34E3E6
3#4DE6E9
4#66EAEC
5#80EDEF
6#99F1F2
7#B3F4F6
8#CCF8F9
9#E6FBFC
Tones
Muted variations
1#21BCBF
2#2AB4B6
3#33ABAD
4#3CA3A5
5#449A9C
6#4D9293
7#568A8A
8#5F8182
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 | C4F7 #C4F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F1 #97F1F2 | BordersInactive statesPlaceholder text |
| 400 | 60E9 #60E9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33E3 #33E3E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C5 #19C5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149D #149D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E70 #0E7071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094849 | 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: #C4F7F8;
--dodger-blue-300: #97F1F2;
--dodger-blue-400: #60E9EB;
--dodger-blue-500: #33E3E6;
--dodger-blue-600: #19C5C8;
--dodger-blue-700: #149D9F;
--dodger-blue-800: #0E7071;
--dodger-blue-900: #094849;
--dodger-blue-950: #062D2D;
}