Steel Blue
#22BFB7
CyanColor Codes
All color formats for development
HEX
#22BFB7RGB
rgb(34, 191, 183)HSL
hsl(177, 70%, 44%)OKLCH
oklch(0.728 0.121 189.3)CMYK
cmyk(82%, 0%, 4%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EACA5
2#1B9992
3#188680
4#14726E
5#115F5B
6#0D4C49
7#0A3937
8#072625
9#031312
Tints
Lighter variations
1#26D7CE
2#3DDDD5
3#55E1DA
4#6DE5DF
5#86EAE5
6#9EEEEA
7#B6F2EF
8#CEF6F4
9#E7FBFA
Tones
Muted variations
1#2AB7B0
2#31AFA9
3#39A7A2
4#419F9B
5#499794
6#51908C
7#598885
8#60807E
9#687877
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE9 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4DE | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFC;
--steel-blue-100: #E1FAF8;
--steel-blue-200: #C7F5F3;
--steel-blue-300: #9BEDE9;
--steel-blue-400: #67E4DE;
--steel-blue-500: #3CDDD5;
--steel-blue-600: #22BFB7;
--steel-blue-700: #1B9891;
--steel-blue-800: #136C68;
--steel-blue-900: #0C4543;
--steel-blue-950: #082B2A;
}