Steel Blue
#5FB9B9
CyanColor Codes
All color formats for development
HEX
#5FB9B9RGB
rgb(95, 185, 185)HSL
hsl(180, 39%, 55%)OKLCH
oklch(0.731 0.086 195.4)CMYK
cmyk(49%, 0%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DAFAF
2#449C9C
3#3C8888
4#337575
5#2B6161
6#224E4E
7#1A3A3A
8#112727
9#091313
Tints
Lighter variations
1#6FC0C0
2#7FC7C7
3#8FCECE
4#9FD5D5
5#AFDCDC
6#BFE3E3
7#CFEAEA
8#DFF1F1
9#EFF8F8
Tones
Muted variations
1#64B5B5
2#68B0B0
3#6DACAC
4#71A7A7
5#76A3A3
6#7A9E9E
7#7F9A9A
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 | D1EB #D1EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDB #ADDBDB | BordersInactive statesPlaceholder text |
| 400 | 83C9 #83C9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB9 #5FB9B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 449C #449C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367C #367C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2759 #275959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1939 #193939 | 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: #D1EBEB;
--steel-blue-300: #ADDBDB;
--steel-blue-400: #83C9C9;
--steel-blue-500: #5FB9B9;
--steel-blue-600: #449C9C;
--steel-blue-700: #367C7C;
--steel-blue-800: #275959;
--steel-blue-900: #193939;
--steel-blue-950: #102323;
}