Steel Blue
#19C8BF
CyanColor Codes
All color formats for development
HEX
#19C8BFRGB
rgb(25, 200, 191)HSL
hsl(177, 78%, 44%)OKLCH
oklch(0.752 0.127 189)CMYK
cmyk(88%, 0%, 4%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B4AC
2#14A099
3#118C86
4#0F7873
5#0C645F
6#0A504C
7#073C39
8#052826
9#021413
Tints
Lighter variations
1#1CE1D7
2#34E6DD
3#4DE9E1
4#66ECE5
5#80EFEA
6#99F2EE
7#B3F6F2
8#CCF9F6
9#E6FCFB
Tones
Muted variations
1#21BFB7
2#2AB6AF
3#33ADA7
4#3CA59F
5#449C98
6#4D9390
7#568A88
8#5F8280
9#677978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094945 | 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: #DFFBFA;
--steel-blue-200: #C4F8F5;
--steel-blue-300: #97F2EE;
--steel-blue-400: #60EBE4;
--steel-blue-500: #33E6DD;
--steel-blue-600: #19C8BF;
--steel-blue-700: #149F98;
--steel-blue-800: #0E716D;
--steel-blue-900: #094945;
--steel-blue-950: #062D2B;
}