Steel Blue
#22A2BF
CyanColor Codes
All color formats for development
HEX
#22A2BFRGB
rgb(34, 162, 191)HSL
hsl(191, 70%, 44%)OKLCH
oklch(0.66 0.111 217.8)CMYK
cmyk(82%, 15%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E92AC
2#1B8299
3#187186
4#146172
5#11515F
6#0D414C
7#0A3139
8#072026
9#031013
Tints
Lighter variations
1#26B7D7
2#3DBFDD
3#55C7E1
4#6DCFE5
5#86D7EA
6#9EDFEE
7#B6E7F2
8#CEEFF6
9#E7F7FB
Tones
Muted variations
1#2A9DB7
2#3198AF
3#3993A7
4#418E9F
5#498997
6#518490
7#597F88
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 | C7ED #C7EDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDE #9BDEED | BordersInactive statesPlaceholder text |
| 400 | 67CD #67CDE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CBF #3CBFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A2 #22A2BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B81 #1B8198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135C #135C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3B #0C3B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | 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: #C7EDF5;
--steel-blue-300: #9BDEED;
--steel-blue-400: #67CDE4;
--steel-blue-500: #3CBFDD;
--steel-blue-600: #22A2BF;
--steel-blue-700: #1B8198;
--steel-blue-800: #135C6C;
--steel-blue-900: #0C3B45;
--steel-blue-950: #08252B;
}