Steel Blue
#16CABB
CyanColor Codes
All color formats for development
HEX
#16CABBRGB
rgb(22, 202, 187)HSL
hsl(175, 80%, 44%)OKLCH
oklch(0.756 0.13 185.3)CMYK
cmyk(89%, 0%, 7%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B6A8
2#12A296
3#108D83
4#0D7970
5#0B655E
6#09514B
7#073D38
8#042825
9#021413
Tints
Lighter variations
1#19E4D3
2#31E8D9
3#4BEBDE
4#65EEE2
5#7EF1E7
6#98F4EC
7#B2F6F1
8#CCF9F5
9#E5FCFA
Tones
Muted variations
1#1FC1B4
2#28B8AC
3#31AFA5
4#3AA69D
5#439D96
6#4C948E
7#558B87
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 | C3F8 #C3F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CABB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084944 | 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: #C3F8F4;
--steel-blue-300: #95F3EB;
--steel-blue-400: #5EEDE1;
--steel-blue-500: #30E8D9;
--steel-blue-600: #16CABB;
--steel-blue-700: #12A195;
--steel-blue-800: #0D736A;
--steel-blue-900: #084944;
--steel-blue-950: #052E2A;
}