Dodger Blue
#19C2C8
CyanColor Codes
All color formats for development
HEX
#19C2C8RGB
rgb(25, 194, 200)HSL
hsl(182, 78%, 44%)OKLCH
oklch(0.741 0.123 198.9)CMYK
cmyk(88%, 3%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16AEB4
2#149BA0
3#11888C
4#0F7478
5#0C6164
6#0A4E50
7#073A3C
8#052728
9#021314
Tints
Lighter variations
1#1CDBE1
2#34E0E6
3#4DE4E9
4#66E8EC
5#80ECEF
6#99EFF2
7#B3F3F6
8#CCF7F9
9#E6FBFC
Tones
Muted variations
1#21BABF
2#2AB2B6
3#33A9AD
4#3CA1A5
5#44999C
6#4D9193
7#56898A
8#5F8182
9#677879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F6 #C4F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EF #97EFF2 | BordersInactive statesPlaceholder text |
| 400 | 60E7 #60E7EB | Disabled statesSecondary iconsMuted text |
| 500 | 33E0 #33E0E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C2 #19C2C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149A #149A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6E #0E6E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0947 #094749 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFD;
--dodger-blue-100: #DFFAFB;
--dodger-blue-200: #C4F6F8;
--dodger-blue-300: #97EFF2;
--dodger-blue-400: #60E7EB;
--dodger-blue-500: #33E0E6;
--dodger-blue-600: #19C2C8;
--dodger-blue-700: #149A9F;
--dodger-blue-800: #0E6E71;
--dodger-blue-900: #094749;
--dodger-blue-950: #062C2D;
}