Steel Blue
#22B2BF
CyanColor Codes
All color formats for development
HEX
#22B2BFRGB
rgb(34, 178, 191)HSL
hsl(185, 70%, 44%)OKLCH
oklch(0.699 0.113 204.6)CMYK
cmyk(82%, 7%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EA0AC
2#1B8E99
3#187C86
4#146B72
5#11595F
6#0D474C
7#0A3539
8#072426
9#031213
Tints
Lighter variations
1#26C8D7
2#3DCFDD
3#55D5E1
4#6DDBE5
5#86E1EA
6#9EE7EE
7#B6EDF2
8#CEF3F6
9#E7F9FB
Tones
Muted variations
1#2AABB7
2#31A5AF
3#399EA7
4#41979F
5#499197
6#518A90
7#598488
8#607D80
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 | C7F1 #C7F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE7 #9BE7ED | BordersInactive statesPlaceholder text |
| 400 | 67DA #67DAE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCF #3CCFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B2 #22B2BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8D #1B8D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1365 #13656C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C41 #0C4145 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | 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: #C7F1F5;
--steel-blue-300: #9BE7ED;
--steel-blue-400: #67DAE4;
--steel-blue-500: #3CCFDD;
--steel-blue-600: #22B2BF;
--steel-blue-700: #1B8D98;
--steel-blue-800: #13656C;
--steel-blue-900: #0C4145;
--steel-blue-950: #08282B;
}