Dodger Blue
#19C8C8
CyanColor Codes
All color formats for development
HEX
#19C8C8RGB
rgb(25, 200, 200)HSL
hsl(180, 78%, 44%)OKLCH
oklch(0.756 0.126 194.8)CMYK
cmyk(88%, 0%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B4B4
2#14A0A0
3#118C8C
4#0F7878
5#0C6464
6#0A5050
7#073C3C
8#052828
9#021414
Tints
Lighter variations
1#1CE1E1
2#34E6E6
3#4DE9E9
4#66ECEC
5#80EFEF
6#99F2F2
7#B3F6F6
8#CCF9F9
9#E6FCFC
Tones
Muted variations
1#21BFBF
2#2AB6B6
3#33ADAD
4#3CA5A5
5#449C9C
6#4D9393
7#568A8A
8#5F8282
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 #C4F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094949 | 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: #C4F8F8;
--dodger-blue-300: #97F2F2;
--dodger-blue-400: #60EBEB;
--dodger-blue-500: #33E6E6;
--dodger-blue-600: #19C8C8;
--dodger-blue-700: #149F9F;
--dodger-blue-800: #0E7171;
--dodger-blue-900: #094949;
--dodger-blue-950: #062D2D;
}