Steel Blue
#1B9EC5
CyanColor Codes
All color formats for development
HEX
#1B9EC5RGB
rgb(27, 158, 197)HSL
hsl(194, 76%, 44%)OKLCH
oklch(0.652 0.118 224.6)CMYK
cmyk(86%, 20%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188EB2
2#167E9E
3#136E8A
4#105F76
5#0D4F63
6#0B3F4F
7#082F3B
8#052027
9#031014
Tints
Lighter variations
1#1EB2DF
2#36BBE4
3#4FC4E7
4#68CCEA
5#81D5EE
6#9ADDF1
7#B4E6F5
8#CDEEF8
9#E6F7FC
Tones
Muted variations
1#2399BD
2#2C95B4
3#3590AC
4#3D8BA3
5#46879B
6#4E8292
7#577E8A
8#5F7981
9#687579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EB #C5EBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DC #98DCF1 | BordersInactive statesPlaceholder text |
| 400 | 62CA #62CAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35BB #35BBE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B9E #1B9EC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 157D #157D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5A #0F5A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A39 #0A3948 | Primary textHigh emphasis contentDark headings |
| 950 | 0624 #06242D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFD;
--steel-blue-100: #E0F4FB;
--steel-blue-200: #C5EBF7;
--steel-blue-300: #98DCF1;
--steel-blue-400: #62CAEA;
--steel-blue-500: #35BBE3;
--steel-blue-600: #1B9EC5;
--steel-blue-700: #157D9D;
--steel-blue-800: #0F5A70;
--steel-blue-900: #0A3948;
--steel-blue-950: #06242D;
}