Steel Blue
#5FB5B9
CyanColor Codes
All color formats for development
HEX
#5FB5B9RGB
rgb(95, 181, 185)HSL
hsl(183, 39%, 55%)OKLCH
oklch(0.721 0.083 199.5)CMYK
cmyk(49%, 2%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DABAF
2#44989C
3#3C8588
4#337275
5#2B5F61
6#224C4E
7#1A393A
8#112627
9#091313
Tints
Lighter variations
1#6FBCC0
2#7FC3C7
3#8FCBCE
4#9FD2D5
5#AFDADC
6#BFE1E3
7#CFE9EA
8#DFF0F1
9#EFF8F8
Tones
Muted variations
1#64B0B5
2#68ACB0
3#6DA8AC
4#71A4A7
5#76A0A3
6#7A9C9E
7#7F989A
8#839495
9#889091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E9 #D1E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD9 #ADD9DB | BordersInactive statesPlaceholder text |
| 400 | 83C5 #83C5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB5 #5FB5B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4498 #44989C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3679 #36797C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2756 #275659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1937 #193739 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFA;
--steel-blue-100: #E6F3F4;
--steel-blue-200: #D1E9EB;
--steel-blue-300: #ADD9DB;
--steel-blue-400: #83C5C9;
--steel-blue-500: #5FB5B9;
--steel-blue-600: #44989C;
--steel-blue-700: #36797C;
--steel-blue-800: #275659;
--steel-blue-900: #193739;
--steel-blue-950: #102223;
}