Steel Blue
#1BAFC5
CyanColor Codes
All color formats for development
HEX
#1BAFC5RGB
rgb(27, 175, 197)HSL
hsl(188, 76%, 44%)OKLCH
oklch(0.693 0.116 211.1)CMYK
cmyk(86%, 11%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#189DB2
2#168C9E
3#137A8A
4#106976
5#0D5763
6#0B464F
7#08343B
8#052327
9#031114
Tints
Lighter variations
1#1EC5DF
2#36CCE4
3#4FD3E7
4#68D9EA
5#81DFEE
6#9AE6F1
7#B4ECF5
8#CDF2F8
9#E6F9FC
Tones
Muted variations
1#23A8BD
2#2CA2B4
3#359CAC
4#3D96A3
5#468F9B
6#4E8992
7#57838A
8#5F7D81
9#687679
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F0 #C5F0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E5 #98E5F1 | BordersInactive statesPlaceholder text |
| 400 | 62D7 #62D7EA | Disabled statesSecondary iconsMuted text |
| 500 | 35CC #35CCE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAF #1BAFC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158B #158B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F63 #0F6370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A40 #0A4048 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFD;
--steel-blue-100: #E0F7FB;
--steel-blue-200: #C5F0F7;
--steel-blue-300: #98E5F1;
--steel-blue-400: #62D7EA;
--steel-blue-500: #35CCE3;
--steel-blue-600: #1BAFC5;
--steel-blue-700: #158B9D;
--steel-blue-800: #0F6370;
--steel-blue-900: #0A4048;
--steel-blue-950: #06282D;
}