Steel Blue
#1BA3C5
CyanColor Codes
All color formats for development
HEX
#1BA3C5RGB
rgb(27, 163, 197)HSL
hsl(192, 76%, 44%)OKLCH
oklch(0.664 0.116 220.7)CMYK
cmyk(86%, 17%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1893B2
2#16839E
3#13728A
4#106276
5#0D5263
6#0B414F
7#08313B
8#052127
9#031014
Tints
Lighter variations
1#1EB8DF
2#36C1E4
3#4FC9E7
4#68D0EA
5#81D8EE
6#9AE0F1
7#B4E8F5
8#CDEFF8
9#E6F7FC
Tones
Muted variations
1#239EBD
2#2C99B4
3#3594AC
4#3D8FA3
5#468A9B
6#4E8592
7#57808A
8#5F7A81
9#687579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5ED #C5EDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DF #98DFF1 | BordersInactive statesPlaceholder text |
| 400 | 62CE #62CEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35C1 #35C1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA3 #1BA3C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1582 #15829D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5D #0F5D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3B #0A3B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFD;
--steel-blue-100: #E0F5FB;
--steel-blue-200: #C5EDF7;
--steel-blue-300: #98DFF1;
--steel-blue-400: #62CEEA;
--steel-blue-500: #35C1E3;
--steel-blue-600: #1BA3C5;
--steel-blue-700: #15829D;
--steel-blue-800: #0F5D70;
--steel-blue-900: #0A3B48;
--steel-blue-950: #06252D;
}