Steel Blue
#1BACC5
CyanColor Codes
All color formats for development
HEX
#1BACC5RGB
rgb(27, 172, 197)HSL
hsl(189, 76%, 44%)OKLCH
oklch(0.686 0.116 213.5)CMYK
cmyk(86%, 13%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#189BB2
2#168A9E
3#13788A
4#106776
5#0D5663
6#0B454F
7#08343B
8#052227
9#031114
Tints
Lighter variations
1#1EC2DF
2#36CAE4
3#4FD0E7
4#68D7EA
5#81DEEE
6#9AE4F1
7#B4EBF5
8#CDF2F8
9#E6F8FC
Tones
Muted variations
1#23A6BD
2#2CA0B4
3#359AAC
4#3D94A3
5#468E9B
6#4E8892
7#57828A
8#5F7C81
9#687679
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EF #C5EFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E4 #98E4F1 | BordersInactive statesPlaceholder text |
| 400 | 62D5 #62D5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C9 #35C9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAC #1BACC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1589 #15899D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F62 #0F6270 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3F #0A3F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFD;
--steel-blue-100: #E0F7FB;
--steel-blue-200: #C5EFF7;
--steel-blue-300: #98E4F1;
--steel-blue-400: #62D5EA;
--steel-blue-500: #35C9E3;
--steel-blue-600: #1BACC5;
--steel-blue-700: #15899D;
--steel-blue-800: #0F6270;
--steel-blue-900: #0A3F48;
--steel-blue-950: #06272D;
}