Steel Blue
#22A7BF
CyanColor Codes
All color formats for development
HEX
#22A7BFRGB
rgb(34, 167, 191)HSL
hsl(189, 70%, 44%)OKLCH
oklch(0.672 0.111 213.6)CMYK
cmyk(82%, 13%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E96AC
2#1B8699
3#187586
4#146472
5#11545F
6#0D434C
7#0A3239
8#072126
9#031113
Tints
Lighter variations
1#26BCD7
2#3DC5DD
3#55CCE1
4#6DD3E5
5#86DBEA
6#9EE2EE
7#B6E9F2
8#CEF0F6
9#E7F8FB
Tones
Muted variations
1#2AA2B7
2#319CAF
3#3997A7
4#41919F
5#498C97
6#518690
7#598188
8#607B80
9#687678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EE #C7EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE1 #9BE1ED | BordersInactive statesPlaceholder text |
| 400 | 67D1 #67D1E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CC4 #3CC4DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A7 #22A7BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B85 #1B8598 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135F #135F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3D #0C3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFD;
--steel-blue-100: #E1F6FA;
--steel-blue-200: #C7EEF5;
--steel-blue-300: #9BE1ED;
--steel-blue-400: #67D1E4;
--steel-blue-500: #3CC4DD;
--steel-blue-600: #22A7BF;
--steel-blue-700: #1B8598;
--steel-blue-800: #135F6C;
--steel-blue-900: #0C3D45;
--steel-blue-950: #08262B;
}