Steel Blue
#41909F
CyanColor Codes
All color formats for development
HEX
#41909FRGB
rgb(65, 144, 159)HSL
hsl(190, 42%, 44%)OKLCH
oklch(0.61 0.08 211.9)CMYK
cmyk(59%, 9%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B818F
2#34737F
3#2E6570
4#275660
5#214850
6#1A3940
7#142B30
8#0D1D20
9#070E10
Tints
Lighter variations
1#49A2B4
2#5DADBD
3#71B7C5
4#85C1CD
5#9ACCD6
6#AED6DE
7#C2E0E6
8#D6EAEE
9#EBF5F7
Tones
Muted variations
1#468C9B
2#4B8996
3#4F8691
4#54838C
5#598088
6#5D7D83
7#627A7E
8#67767A
9#6B7375
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E7 #D0E7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD5 #ACD5DD | BordersInactive statesPlaceholder text |
| 400 | 80BF #80BFCB | Disabled statesSecondary iconsMuted text |
| 500 | 5CAC #5CACBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4190 #41909F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3472 #34727F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2552 #25525B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1834 #18343A | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E6F2F5;
--steel-blue-200: #D0E7EC;
--steel-blue-300: #ACD5DD;
--steel-blue-400: #80BFCB;
--steel-blue-500: #5CACBC;
--steel-blue-600: #41909F;
--steel-blue-700: #34727F;
--steel-blue-800: #25525B;
--steel-blue-900: #18343A;
--steel-blue-950: #0F2124;
}