Steel Blue
#22BFAF
CyanColor Codes
All color formats for development
HEX
#22BFAFRGB
rgb(34, 191, 175)HSL
hsl(174, 70%, 44%)OKLCH
oklch(0.726 0.123 184)CMYK
cmyk(82%, 0%, 8%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EAC9E
2#1B998C
3#18867B
4#147269
5#115F58
6#0D4C46
7#0A3935
8#072623
9#031312
Tints
Lighter variations
1#26D7C5
2#3DDDCD
3#55E1D3
4#6DE5D9
5#86EAE0
6#9EEEE6
7#B6F2EC
8#CEF6F2
9#E7FBF9
Tones
Muted variations
1#2AB7A9
2#31AFA2
3#39A79C
4#419F96
5#499790
6#519089
7#598883
8#60807D
9#687876
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE5 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D8 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B988B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4540 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFC;
--steel-blue-100: #E1FAF7;
--steel-blue-200: #C7F5F0;
--steel-blue-300: #9BEDE5;
--steel-blue-400: #67E4D8;
--steel-blue-500: #3CDDCD;
--steel-blue-600: #22BFAF;
--steel-blue-700: #1B988B;
--steel-blue-800: #136C63;
--steel-blue-900: #0C4540;
--steel-blue-950: #082B28;
}