Steel Blue
#18C9BA
CyanColor Codes
All color formats for development
HEX
#18C9BARGB
rgb(24, 201, 186)HSL
hsl(175, 79%, 44%)OKLCH
oklch(0.753 0.13 185.3)CMYK
cmyk(88%, 0%, 7%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B5A7
2#13A195
3#108D82
4#0E7970
5#0C645D
6#09504A
7#073C38
8#052825
9#021413
Tints
Lighter variations
1#1BE2D2
2#33E7D8
3#4CEADD
4#66EDE2
5#7FF0E7
6#99F3EB
7#B2F6F0
8#CCF9F5
9#E5FCFA
Tones
Muted variations
1#20C0B3
2#29B7AB
3#32AEA4
4#3BA59D
5#449D95
6#4D948E
7#568B86
8#5E827F
9#677978
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 #C4F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3EB | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE1 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A094 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094944 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | 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: #C4F8F4;
--steel-blue-300: #96F3EB;
--steel-blue-400: #5FECE1;
--steel-blue-500: #32E7D8;
--steel-blue-600: #18C9BA;
--steel-blue-700: #13A094;
--steel-blue-800: #0D726A;
--steel-blue-900: #094944;
--steel-blue-950: #052E2A;
}