Steel Blue
#2C95B5
CyanColor Codes
All color formats for development
HEX
#2C95B5RGB
rgb(44, 149, 181)HSL
hsl(194, 61%, 44%)OKLCH
oklch(0.625 0.103 222.9)CMYK
cmyk(76%, 18%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2786A3
2#237791
3#1F687E
4#1A596C
5#164A5A
6#123B48
7#0D2D36
8#091E24
9#040F12
Tints
Lighter variations
1#31A8CC
2#47B2D2
3#5EBCD8
4#75C5DE
5#8CCFE3
6#A3D8E9
7#BAE2EE
8#D1ECF4
9#E8F5F9
Tones
Muted variations
1#3391AE
2#398DA7
3#408AA0
4#478699
5#4E8292
6#557F8C
7#5C7B85
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 | A1D7 #A1D7E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC3 #6FC3DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B2 #46B2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C95 #2C95B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2376 #237690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1954 #195467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1036 #103642 | 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: #A1D7E8;
--steel-blue-400: #6FC3DC;
--steel-blue-500: #46B2D2;
--steel-blue-600: #2C95B5;
--steel-blue-700: #237690;
--steel-blue-800: #195467;
--steel-blue-900: #103642;
--steel-blue-950: #0A2229;
}