Steel Blue
#3AA6A6
CyanColor Codes
All color formats for development
HEX
#3AA6A6RGB
rgb(58, 166, 166)HSL
hsl(180, 48%, 44%)OKLCH
oklch(0.665 0.096 195.1)CMYK
cmyk(65%, 0%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#359595
2#2F8585
3#297474
4#236464
5#1D5353
6#174242
7#123232
8#0C2121
9#061111
Tints
Lighter variations
1#42BBBB
2#56C4C4
3#6BCBCB
4#80D2D2
5#95DADA
6#AAE1E1
7#C0E9E9
8#D5F0F0
9#EAF8F8
Tones
Muted variations
1#40A1A1
2#459B9B
3#4B9696
4#509191
5#558B8B
6#5B8686
7#608080
8#657B7B
9#6B7676
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F6 #E5F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEE #CEEEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8E1 #A8E1E1 | BordersInactive statesPlaceholder text |
| 400 | 7BD1 #7BD1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55C3 #55C3C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3AA6 #3AA6A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E84 #2E8484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 215E #215E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 153C #153C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D26 #0D2626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FBFB;
--steel-blue-100: #E5F6F6;
--steel-blue-200: #CEEEEE;
--steel-blue-300: #A8E1E1;
--steel-blue-400: #7BD1D1;
--steel-blue-500: #55C3C3;
--steel-blue-600: #3AA6A6;
--steel-blue-700: #2E8484;
--steel-blue-800: #215E5E;
--steel-blue-900: #153C3C;
--steel-blue-950: #0D2626;
}