Steel Blue
#229FBF
CyanColor Codes
All color formats for development
HEX
#229FBFRGB
rgb(34, 159, 191)HSL
hsl(192, 70%, 44%)OKLCH
oklch(0.652 0.112 220.3)CMYK
cmyk(82%, 17%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8FAC
2#1B7F99
3#187086
4#146072
5#11505F
6#0D404C
7#0A3039
8#072026
9#031013
Tints
Lighter variations
1#26B4D7
2#3DBDDD
3#55C5E1
4#6DCDE5
5#86D6EA
6#9EDEEE
7#B6E6F2
8#CEEEF6
9#E7F7FB
Tones
Muted variations
1#2A9BB7
2#3196AF
3#3991A7
4#418C9F
5#498897
6#518390
7#597E88
8#607A80
9#687578
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EC #C7ECF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDD #9BDDED | BordersInactive statesPlaceholder text |
| 400 | 67CB #67CBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CBC #3CBCDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 229F #229FBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B7F #1B7F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135B #135B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3A #0C3A45 | 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: #F2FBFD;
--steel-blue-100: #E1F5FA;
--steel-blue-200: #C7ECF5;
--steel-blue-300: #9BDDED;
--steel-blue-400: #67CBE4;
--steel-blue-500: #3CBCDD;
--steel-blue-600: #229FBF;
--steel-blue-700: #1B7F98;
--steel-blue-800: #135B6C;
--steel-blue-900: #0C3A45;
--steel-blue-950: #08242B;
}