Steel Blue
#229DBF
CyanColor Codes
All color formats for development
HEX
#229DBFRGB
rgb(34, 157, 191)HSL
hsl(193, 70%, 44%)OKLCH
oklch(0.647 0.112 222)CMYK
cmyk(82%, 18%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8DAC
2#1B7D99
3#186E86
4#145E72
5#114E5F
6#0D3F4C
7#0A2F39
8#071F26
9#031013
Tints
Lighter variations
1#26B1D7
2#3DBADD
3#55C3E1
4#6DCBE5
5#86D4EA
6#9EDDEE
7#B6E5F2
8#CEEEF6
9#E7F6FB
Tones
Muted variations
1#2A98B7
2#3194AF
3#398FA7
4#418B9F
5#498697
6#518290
7#597E88
8#607980
9#687578
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EB #C7EBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDC #9BDCED | BordersInactive statesPlaceholder text |
| 400 | 67C9 #67C9E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CBA #3CBADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 229D #229DBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B7D #1B7D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1359 #13596C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C39 #0C3945 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFD;
--steel-blue-100: #E1F4FA;
--steel-blue-200: #C7EBF5;
--steel-blue-300: #9BDCED;
--steel-blue-400: #67C9E4;
--steel-blue-500: #3CBADD;
--steel-blue-600: #229DBF;
--steel-blue-700: #1B7D98;
--steel-blue-800: #13596C;
--steel-blue-900: #0C3945;
--steel-blue-950: #08242B;
}