Steel Blue
#22BFB2
CyanColor Codes
All color formats for development
HEX
#22BFB2RGB
rgb(34, 191, 178)HSL
hsl(175, 70%, 44%)OKLCH
oklch(0.727 0.122 186)CMYK
cmyk(82%, 0%, 7%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EACA0
2#1B998E
3#18867C
4#14726B
5#115F59
6#0D4C47
7#0A3935
8#072624
9#031312
Tints
Lighter variations
1#26D7C8
2#3DDDCF
3#55E1D5
4#6DE5DB
5#86EAE1
6#9EEEE7
7#B6F2ED
8#CEF6F3
9#E7FBF9
Tones
Muted variations
1#2AB7AB
2#31AFA5
3#39A79E
4#419F97
5#499791
6#51908A
7#598884
8#60807D
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 #C7F5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE7 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4DA | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B988D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4541 | 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: #E1FAF8;
--steel-blue-200: #C7F5F1;
--steel-blue-300: #9BEDE7;
--steel-blue-400: #67E4DA;
--steel-blue-500: #3CDDCF;
--steel-blue-600: #22BFB2;
--steel-blue-700: #1B988D;
--steel-blue-800: #136C65;
--steel-blue-900: #0C4541;
--steel-blue-950: #082B28;
}