Steel Blue
#5FB6B9
CyanColor Codes
All color formats for development
HEX
#5FB6B9RGB
rgb(95, 182, 185)HSL
hsl(182, 39%, 55%)OKLCH
oklch(0.723 0.084 198.4)CMYK
cmyk(49%, 2%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DACAF
2#44999C
3#3C8688
4#337375
5#2B6061
6#224D4E
7#1A393A
8#112627
9#091313
Tints
Lighter variations
1#6FBDC0
2#7FC5C7
3#8FCCCE
4#9FD3D5
5#AFDBDC
6#BFE2E3
7#CFE9EA
8#DFF0F1
9#EFF8F8
Tones
Muted variations
1#64B2B5
2#68AEB0
3#6DA9AC
4#71A5A7
5#76A1A3
6#7A9D9E
7#7F999A
8#839595
9#889091
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 | 83C6 #83C6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB6 #5FB6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4499 #44999C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367A #367A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2757 #275759 | 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: #83C6C9;
--steel-blue-500: #5FB6B9;
--steel-blue-600: #44999C;
--steel-blue-700: #367A7C;
--steel-blue-800: #275759;
--steel-blue-900: #193839;
--steel-blue-950: #102323;
}