Steel Blue
#2C97B5
CyanColor Codes
All color formats for development
HEX
#2C97B5RGB
rgb(44, 151, 181)HSL
hsl(193, 61%, 44%)OKLCH
oklch(0.63 0.103 221.1)CMYK
cmyk(76%, 17%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2788A3
2#237991
3#1F6A7E
4#1A5B6C
5#164B5A
6#123C48
7#0D2D36
8#091E24
9#040F12
Tints
Lighter variations
1#31AACC
2#47B4D2
3#5EBED8
4#75C7DE
5#8CD0E3
6#A3DAE9
7#BAE3EE
8#D1ECF4
9#E8F6F9
Tones
Muted variations
1#3393AE
2#398FA7
3#408BA0
4#478799
5#4E8492
6#55808C
7#5C7C85
8#63787E
9#697477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE9 #CAE9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D9 #A1D9E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC5 #6FC5DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B4 #46B4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C97 #2C97B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2378 #237890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1956 #195667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1037 #103742 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F3F8;
--steel-blue-200: #CAE9F2;
--steel-blue-300: #A1D9E8;
--steel-blue-400: #6FC5DC;
--steel-blue-500: #46B4D2;
--steel-blue-600: #2C97B5;
--steel-blue-700: #237890;
--steel-blue-800: #195667;
--steel-blue-900: #103742;
--steel-blue-950: #0A2229;
}