Steel Blue
#419C9F
CyanColor Codes
All color formats for development
HEX
#419C9FRGB
rgb(65, 156, 159)HSL
hsl(182, 42%, 44%)OKLCH
oklch(0.64 0.086 198.2)CMYK
cmyk(59%, 2%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B8D8F
2#347D7F
3#2E6D70
4#275E60
5#214E50
6#1A3E40
7#142F30
8#0D1F20
9#071010
Tints
Lighter variations
1#49B0B4
2#5DBABD
3#71C2C5
4#85CBCD
5#9AD4D6
6#AEDCDE
7#C2E5E6
8#D6EEEE
9#EBF6F7
Tones
Muted variations
1#46989B
2#4B9396
3#4F8F91
4#548B8C
5#598688
6#5D8283
7#627D7E
8#67797A
9#6B7575
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDB #ACDBDD | BordersInactive statesPlaceholder text |
| 400 | 80C9 #80C9CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB9 #5CB9BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 419C #419C9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 347C #347C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2559 #25595B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #18393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E6F4F5;
--steel-blue-200: #D0EBEC;
--steel-blue-300: #ACDBDD;
--steel-blue-400: #80C9CB;
--steel-blue-500: #5CB9BC;
--steel-blue-600: #419C9F;
--steel-blue-700: #347C7F;
--steel-blue-800: #25595B;
--steel-blue-900: #18393A;
--steel-blue-950: #0F2324;
}