Steel Blue
#22BFBF
CyanColor Codes
All color formats for development
HEX
#22BFBFRGB
rgb(34, 191, 191)HSL
hsl(180, 70%, 44%)OKLCH
oklch(0.731 0.119 194.9)CMYK
cmyk(82%, 0%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EACAC
2#1B9999
3#188686
4#147272
5#115F5F
6#0D4C4C
7#0A3939
8#072626
9#031313
Tints
Lighter variations
1#26D7D7
2#3DDDDD
3#55E1E1
4#6DE5E5
5#86EAEA
6#9EEEEE
7#B6F2F2
8#CEF6F6
9#E7FBFB
Tones
Muted variations
1#2AB7B7
2#31AFAF
3#39A7A7
4#419F9F
5#499797
6#519090
7#598888
8#608080
9#687878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDED | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4545 | 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: #E1FAFA;
--steel-blue-200: #C7F5F5;
--steel-blue-300: #9BEDED;
--steel-blue-400: #67E4E4;
--steel-blue-500: #3CDDDD;
--steel-blue-600: #22BFBF;
--steel-blue-700: #1B9898;
--steel-blue-800: #136C6C;
--steel-blue-900: #0C4545;
--steel-blue-950: #082B2B;
}