Steel Blue
#19C8B9
CyanColor Codes
All color formats for development
HEX
#19C8B9RGB
rgb(25, 200, 185)HSL
hsl(175, 78%, 44%)OKLCH
oklch(0.75 0.129 185.2)CMYK
cmyk(88%, 0%, 8%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B4A7
2#14A094
3#118C82
4#0F786F
5#0C645D
6#0A504A
7#073C38
8#052825
9#021413
Tints
Lighter variations
1#1CE1D1
2#34E6D7
3#4DE9DC
4#66ECE1
5#80EFE6
6#99F2EB
7#B3F6F0
8#CCF9F5
9#E6FCFA
Tones
Muted variations
1#21BFB2
2#2AB6AB
3#33ADA3
4#3CA59C
5#449C95
6#4D938D
7#568A86
8#5F827F
9#677977
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE0 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094943 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1FDFC;
--steel-blue-100: #DFFBF9;
--steel-blue-200: #C4F8F3;
--steel-blue-300: #97F2EA;
--steel-blue-400: #60EBE0;
--steel-blue-500: #33E6D7;
--steel-blue-600: #19C8B9;
--steel-blue-700: #149F93;
--steel-blue-800: #0E7169;
--steel-blue-900: #094943;
--steel-blue-950: #062D2A;
}