Steel Blue
#41999F
CyanColor Codes
All color formats for development
HEX
#41999FRGB
rgb(65, 153, 159)HSL
hsl(184, 42%, 44%)OKLCH
oklch(0.632 0.084 201.4)CMYK
cmyk(59%, 4%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B8A8F
2#347A7F
3#2E6B70
4#275C60
5#214D50
6#1A3D40
7#142E30
8#0D1F20
9#070F10
Tints
Lighter variations
1#49ADB4
2#5DB6BD
3#71BFC5
4#85C9CD
5#9AD2D6
6#AEDBDE
7#C2E4E6
8#D6EDEE
9#EBF6F7
Tones
Muted variations
1#46959B
2#4B9196
3#4F8D91
4#54898C
5#598588
6#5D8183
7#627C7E
8#67787A
9#6B7475
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 | D0EA #D0EAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDA #ACDADD | BordersInactive statesPlaceholder text |
| 400 | 80C6 #80C6CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB6 #5CB6BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4199 #41999F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 347A #347A7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2557 #25575B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1838 #18383A | 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: #D0EAEC;
--steel-blue-300: #ACDADD;
--steel-blue-400: #80C6CB;
--steel-blue-500: #5CB6BC;
--steel-blue-600: #41999F;
--steel-blue-700: #347A7F;
--steel-blue-800: #25575B;
--steel-blue-900: #18383A;
--steel-blue-950: #0F2324;
}