Steel Blue
#22A5BF
CyanColor Codes
All color formats for development
HEX
#22A5BFRGB
rgb(34, 165, 191)HSL
hsl(190, 70%, 44%)OKLCH
oklch(0.667 0.111 215.3)CMYK
cmyk(82%, 14%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E94AC
2#1B8499
3#187386
4#146372
5#11525F
6#0D424C
7#0A3139
8#072126
9#031013
Tints
Lighter variations
1#26BAD7
2#3DC2DD
3#55CAE1
4#6DD1E5
5#86D9EA
6#9EE1EE
7#B6E8F2
8#CEF0F6
9#E7F7FB
Tones
Muted variations
1#2A9FB7
2#319AAF
3#3995A7
4#41909F
5#498A97
6#518590
7#598088
8#607B80
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 | 9BE0 #9BE0ED | BordersInactive statesPlaceholder text |
| 400 | 67CF #67CFE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CC2 #3CC2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A5 #22A5BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B83 #1B8398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135E #135E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3C #0C3C45 | 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: #9BE0ED;
--steel-blue-400: #67CFE4;
--steel-blue-500: #3CC2DD;
--steel-blue-600: #22A5BF;
--steel-blue-700: #1B8398;
--steel-blue-800: #135E6C;
--steel-blue-900: #0C3C45;
--steel-blue-950: #08252B;
}