Steel Blue
#22AFBF
CyanColor Codes
All color formats for development
HEX
#22AFBFRGB
rgb(34, 175, 191)HSL
hsl(186, 70%, 44%)OKLCH
oklch(0.692 0.112 207)CMYK
cmyk(82%, 8%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E9EAC
2#1B8C99
3#187B86
4#146972
5#11585F
6#0D464C
7#0A3539
8#072326
9#031213
Tints
Lighter variations
1#26C5D7
2#3DCDDD
3#55D3E1
4#6DD9E5
5#86E0EA
6#9EE6EE
7#B6ECF2
8#CEF2F6
9#E7F9FB
Tones
Muted variations
1#2AA9B7
2#31A2AF
3#399CA7
4#41969F
5#499097
6#518990
7#598388
8#607D80
9#687678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE5 #9BE5ED | BordersInactive statesPlaceholder text |
| 400 | 67D8 #67D8E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCD #3CCDDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22AF #22AFBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8B #1B8B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1363 #13636C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C40 #0C4045 | 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: #E1F7FA;
--steel-blue-200: #C7F0F5;
--steel-blue-300: #9BE5ED;
--steel-blue-400: #67D8E4;
--steel-blue-500: #3CCDDD;
--steel-blue-600: #22AFBF;
--steel-blue-700: #1B8B98;
--steel-blue-800: #13636C;
--steel-blue-900: #0C4045;
--steel-blue-950: #08282B;
}