Steel Blue
#22BFBA
CyanColor Codes
All color formats for development
HEX
#22BFBARGB
rgb(34, 191, 186)HSL
hsl(178, 70%, 44%)OKLCH
oklch(0.729 0.12 191.4)CMYK
cmyk(82%, 0%, 3%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EACA7
2#1B9994
3#188682
4#14726F
5#115F5D
6#0D4C4A
7#0A3938
8#072625
9#031313
Tints
Lighter variations
1#26D7D1
2#3DDDD7
3#55E1DC
4#6DE5E1
5#86EAE6
6#9EEEEB
7#B6F2F0
8#CEF6F5
9#E7FBFA
Tones
Muted variations
1#2AB7B2
2#31AFAB
3#39A7A4
4#419F9C
5#499795
6#51908E
7#598886
8#60807F
9#687878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDEB | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E0 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C69 | 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: #E1FAF9;
--steel-blue-200: #C7F5F4;
--steel-blue-300: #9BEDEB;
--steel-blue-400: #67E4E0;
--steel-blue-500: #3CDDD7;
--steel-blue-600: #22BFBA;
--steel-blue-700: #1B9894;
--steel-blue-800: #136C69;
--steel-blue-900: #0C4543;
--steel-blue-950: #082B2A;
}