Steel Blue
#329DAE
CyanColor Codes
All color formats for development
HEX
#329DAERGB
rgb(50, 157, 174)HSL
hsl(188, 55%, 44%)OKLCH
oklch(0.644 0.097 210.3)CMYK
cmyk(71%, 10%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D8E9D
2#287E8B
3#236E7A
4#1E5E68
5#194F57
6#143F46
7#0F2F34
8#0A1F23
9#051011
Tints
Lighter variations
1#39B1C4
2#4EBBCC
3#64C3D2
4#7ACCD8
5#90D4DF
6#A6DDE5
7#BDE5EC
8#D3EEF2
9#E9F6F9
Tones
Muted variations
1#3999A8
2#3F94A2
3#45909B
4#4B8B95
5#51878F
6#588289
7#5E7E83
8#64797D
9#6A7576
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEB #CCEBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DC #A4DCE5 | BordersInactive statesPlaceholder text |
| 400 | 75CA #75CAD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DBB #4DBBCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 329D #329DAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 287D #287D8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D59 #1D5963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1239 #12393F | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F4F7;
--steel-blue-200: #CCEBF0;
--steel-blue-300: #A4DCE5;
--steel-blue-400: #75CAD7;
--steel-blue-500: #4DBBCB;
--steel-blue-600: #329DAE;
--steel-blue-700: #287D8A;
--steel-blue-800: #1D5963;
--steel-blue-900: #12393F;
--steel-blue-950: #0B2428;
}