Steel Blue
#3B95A5
CyanColor Codes
All color formats for development
HEX
#3B95A5RGB
rgb(59, 149, 165)HSL
hsl(189, 47%, 44%)OKLCH
oklch(0.623 0.087 211.3)CMYK
cmyk(64%, 10%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#368694
2#307784
3#2A6873
4#245963
5#1E4B52
6#183C42
7#122D31
8#0C1E21
9#060F10
Tints
Lighter variations
1#43A8BA
2#57B2C2
3#6CBCCA
4#81C6D2
5#96CFD9
6#ABD9E1
7#C0E2E8
8#D5ECF0
9#EAF5F7
Tones
Muted variations
1#4191A0
2#468E9A
3#4B8A95
4#518690
5#56838B
6#5B7F85
7#607B80
8#66787B
9#6B7475
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE9 #CEE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D8 #A9D8E0 | BordersInactive statesPlaceholder text |
| 400 | 7CC3 #7CC3D0 | Disabled statesSecondary iconsMuted text |
| 500 | 56B2 #56B2C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B95 #3B95A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F77 #2F7783 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2255 #22555E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1636 #16363C | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F6;
--steel-blue-200: #CEE9ED;
--steel-blue-300: #A9D8E0;
--steel-blue-400: #7CC3D0;
--steel-blue-500: #56B2C2;
--steel-blue-600: #3B95A5;
--steel-blue-700: #2F7783;
--steel-blue-800: #22555E;
--steel-blue-900: #16363C;
--steel-blue-950: #0E2225;
}