Steel Blue
#22BFBC
CyanColor Codes
All color formats for development
HEX
#22BFBCRGB
rgb(34, 191, 188)HSL
hsl(179, 70%, 44%)OKLCH
oklch(0.73 0.12 192.8)CMYK
cmyk(82%, 0%, 2%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EACA9
2#1B9996
3#188684
4#147271
5#115F5E
6#0D4C4B
7#0A3938
8#072626
9#031313
Tints
Lighter variations
1#26D7D4
2#3DDDDA
3#55E1DF
4#6DE5E3
5#86EAE8
6#9EEEED
7#B6F2F1
8#CEF6F6
9#E7FBFA
Tones
Muted variations
1#2AB7B5
2#31AFAD
3#39A7A5
4#419F9E
5#499796
6#51908F
7#598887
8#60807F
9#687878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDEC | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9896 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4544 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFD;
--steel-blue-100: #E1FAF9;
--steel-blue-200: #C7F5F4;
--steel-blue-300: #9BEDEC;
--steel-blue-400: #67E4E2;
--steel-blue-500: #3CDDDA;
--steel-blue-600: #22BFBC;
--steel-blue-700: #1B9896;
--steel-blue-800: #136C6B;
--steel-blue-900: #0C4544;
--steel-blue-950: #082B2B;
}