Steel Blue
#22B7BF
CyanColor Codes
All color formats for development
HEX
#22B7BFRGB
rgb(34, 183, 191)HSL
hsl(183, 70%, 44%)OKLCH
oklch(0.711 0.115 200.7)CMYK
cmyk(82%, 4%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EA5AC
2#1B9299
3#188086
4#146E72
5#115B5F
6#0D494C
7#0A3739
8#072526
9#031213
Tints
Lighter variations
1#26CED7
2#3DD5DD
3#55DAE1
4#6DDFE5
5#86E5EA
6#9EEAEE
7#B6EFF2
8#CEF4F6
9#E7FAFB
Tones
Muted variations
1#2AB0B7
2#31A9AF
3#39A2A7
4#419B9F
5#499497
6#518C90
7#598588
8#607E80
9#687778
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F3 #C7F3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE9 #9BE9ED | BordersInactive statesPlaceholder text |
| 400 | 67DE #67DEE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD5 #3CD5DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B7 #22B7BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B91 #1B9198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1368 #13686C | 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: #E1F8FA;
--steel-blue-200: #C7F3F5;
--steel-blue-300: #9BE9ED;
--steel-blue-400: #67DEE4;
--steel-blue-500: #3CD5DD;
--steel-blue-600: #22B7BF;
--steel-blue-700: #1B9198;
--steel-blue-800: #13686C;
--steel-blue-900: #0C4345;
--steel-blue-950: #082A2B;
}