Steel Blue
#5FB8B9
CyanColor Codes
All color formats for development
HEX
#5FB8B9RGB
rgb(95, 184, 185)HSL
hsl(181, 39%, 55%)OKLCH
oklch(0.728 0.086 196.4)CMYK
cmyk(49%, 1%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DAEAF
2#449A9C
3#3C8788
4#337475
5#2B6161
6#224D4E
7#1A3A3A
8#112727
9#091313
Tints
Lighter variations
1#6FBFC0
2#7FC6C7
3#8FCDCE
4#9FD4D5
5#AFDBDC
6#BFE2E3
7#CFEAEA
8#DFF1F1
9#EFF8F8
Tones
Muted variations
1#64B3B5
2#68AFB0
3#6DABAC
4#71A6A7
5#76A2A3
6#7A9E9E
7#7F999A
8#839595
9#889191
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1EA #D1EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDA #ADDADB | BordersInactive statesPlaceholder text |
| 400 | 83C7 #83C7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB8 #5FB8B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 449A #449A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367B #367B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2758 #275859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1938 #193839 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFA;
--steel-blue-100: #E6F4F4;
--steel-blue-200: #D1EAEB;
--steel-blue-300: #ADDADB;
--steel-blue-400: #83C7C9;
--steel-blue-500: #5FB8B9;
--steel-blue-600: #449A9C;
--steel-blue-700: #367B7C;
--steel-blue-800: #275859;
--steel-blue-900: #193839;
--steel-blue-950: #102323;
}