Steel Blue
#22BABF
CyanColor Codes
All color formats for development
HEX
#22BABFRGB
rgb(34, 186, 191)HSL
hsl(182, 70%, 44%)OKLCH
oklch(0.719 0.117 198.5)CMYK
cmyk(82%, 3%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EA7AC
2#1B9499
3#188286
4#146F72
5#115D5F
6#0D4A4C
7#0A3839
8#072526
9#031313
Tints
Lighter variations
1#26D1D7
2#3DD7DD
3#55DCE1
4#6DE1E5
5#86E6EA
6#9EEBEE
7#B6F0F2
8#CEF5F6
9#E7FAFB
Tones
Muted variations
1#2AB2B7
2#31ABAF
3#39A4A7
4#419C9F
5#499597
6#518E90
7#598688
8#607F80
9#687878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEB #9BEBED | BordersInactive statesPlaceholder text |
| 400 | 67E0 #67E0E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD7 #3CD7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BA #22BABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B94 #1B9498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1369 #13696C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C43 #0C4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFD;
--steel-blue-100: #E1F9FA;
--steel-blue-200: #C7F4F5;
--steel-blue-300: #9BEBED;
--steel-blue-400: #67E0E4;
--steel-blue-500: #3CD7DD;
--steel-blue-600: #22BABF;
--steel-blue-700: #1B9498;
--steel-blue-800: #13696C;
--steel-blue-900: #0C4345;
--steel-blue-950: #082A2B;
}