Steel Blue
#19C8BC
CyanColor Codes
All color formats for development
HEX
#19C8BCRGB
rgb(25, 200, 188)HSL
hsl(176, 78%, 44%)OKLCH
oklch(0.751 0.128 187.1)CMYK
cmyk(88%, 0%, 6%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B4A9
2#14A096
3#118C84
4#0F7871
5#0C645E
6#0A504B
7#073C38
8#052826
9#021413
Tints
Lighter variations
1#1CE1D4
2#34E6DA
3#4DE9DF
4#66ECE3
5#80EFE8
6#99F2EC
7#B3F6F1
8#CCF9F6
9#E6FCFA
Tones
Muted variations
1#21BFB4
2#2AB6AD
3#33ADA5
4#3CA59E
5#449C96
6#4D938F
7#568A87
8#5F827F
9#677978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094944 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1FDFD;
--steel-blue-100: #DFFBF9;
--steel-blue-200: #C4F8F4;
--steel-blue-300: #97F2EC;
--steel-blue-400: #60EBE2;
--steel-blue-500: #33E6DA;
--steel-blue-600: #19C8BC;
--steel-blue-700: #149F96;
--steel-blue-800: #0E716B;
--steel-blue-900: #094944;
--steel-blue-950: #062D2B;
}