Steel Blue
#418E9F
CyanColor Codes
All color formats for development
HEX
#418E9FRGB
rgb(65, 142, 159)HSL
hsl(191, 42%, 44%)OKLCH
oklch(0.605 0.079 214.3)CMYK
cmyk(59%, 11%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B808F
2#34727F
3#2E6370
4#275560
5#214750
6#1A3940
7#142B30
8#0D1C20
9#070E10
Tints
Lighter variations
1#49A0B4
2#5DABBD
3#71B6C5
4#85C0CD
5#9ACBD6
6#AED5DE
7#C2E0E6
8#D6EAEE
9#EBF5F7
Tones
Muted variations
1#468B9B
2#4B8896
3#4F8591
4#54828C
5#597F88
6#5D7C83
7#62797E
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 | ACD4 #ACD4DD | BordersInactive statesPlaceholder text |
| 400 | 80BD #80BDCB | Disabled statesSecondary iconsMuted text |
| 500 | 5CAB #5CABBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 418E #418E9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3471 #34717F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2551 #25515B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1834 #18343A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | 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: #ACD4DD;
--steel-blue-400: #80BDCB;
--steel-blue-500: #5CABBC;
--steel-blue-600: #418E9F;
--steel-blue-700: #34717F;
--steel-blue-800: #25515B;
--steel-blue-900: #18343A;
--steel-blue-950: #0F2024;
}