Steel Blue
#22ACBF
CyanColor Codes
All color formats for development
HEX
#22ACBFRGB
rgb(34, 172, 191)HSL
hsl(187, 70%, 44%)OKLCH
oklch(0.684 0.112 209.4)CMYK
cmyk(82%, 10%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E9BAC
2#1B8A99
3#187986
4#146772
5#11565F
6#0D454C
7#0A3439
8#072226
9#031113
Tints
Lighter variations
1#26C2D7
2#3DCADD
3#55D1E1
4#6DD7E5
5#86DEEA
6#9EE5EE
7#B6EBF2
8#CEF2F6
9#E7F8FB
Tones
Muted variations
1#2AA6B7
2#31A0AF
3#399AA7
4#41949F
5#498E97
6#518890
7#598288
8#607C80
9#687678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE4 #9BE4ED | BordersInactive statesPlaceholder text |
| 400 | 67D6 #67D6E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCA #3CCADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22AC #22ACBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B89 #1B8998 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1362 #13626C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3F #0C3F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFD;
--steel-blue-100: #E1F7FA;
--steel-blue-200: #C7F0F5;
--steel-blue-300: #9BE4ED;
--steel-blue-400: #67D6E4;
--steel-blue-500: #3CCADD;
--steel-blue-600: #22ACBF;
--steel-blue-700: #1B8998;
--steel-blue-800: #13626C;
--steel-blue-900: #0C3F45;
--steel-blue-950: #08272B;
}