Steel Blue
#35ACAC
CyanColor Codes
All color formats for development
HEX
#35ACACRGB
rgb(53, 172, 172)HSL
hsl(180, 53%, 44%)OKLCH
oklch(0.681 0.102 195)CMYK
cmyk(69%, 0%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F9A9A
2#2A8989
3#257878
4#206767
5#1A5656
6#154545
7#103333
8#0B2222
9#051111
Tints
Lighter variations
1#3BC2C2
2#50C9C9
3#66D0D0
4#7CD7D7
5#92DDDD
6#A8E4E4
7#BDEBEB
8#D3F2F2
9#E9F8F8
Tones
Muted variations
1#3BA6A6
2#41A0A0
3#479A9A
4#4D9494
5#528E8E
6#588888
7#5E8282
8#647C7C
9#6A7676
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F7 #E4F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEF #CCEFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5E3 #A5E3E3 | BordersInactive statesPlaceholder text |
| 400 | 76D5 #76D5D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FC9 #4FC9C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 35AC #35ACAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A89 #2A8989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E62 #1E6262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 133E #133E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFB;
--steel-blue-100: #E4F7F7;
--steel-blue-200: #CCEFEF;
--steel-blue-300: #A5E3E3;
--steel-blue-400: #76D5D5;
--steel-blue-500: #4FC9C9;
--steel-blue-600: #35ACAC;
--steel-blue-700: #2A8989;
--steel-blue-800: #1E6262;
--steel-blue-900: #133E3E;
--steel-blue-950: #0C2727;
}