Steel Blue
#30B0AC
CyanColor Codes
All color formats for development
HEX
#30B0ACRGB
rgb(48, 176, 172)HSL
hsl(178, 57%, 44%)OKLCH
oklch(0.69 0.107 191.8)CMYK
cmyk(73%, 0%, 2%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B9F9B
2#278D8A
3#227B78
4#1D6A67
5#185856
6#134645
7#0E3534
8#0A2322
9#051211
Tints
Lighter variations
1#36C7C2
2#4CCECA
3#62D4D0
4#78DAD7
5#8FE0DE
6#A5E6E4
7#BCEDEB
8#D2F3F2
9#E9F9F8
Tones
Muted variations
1#37AAA6
2#3DA3A0
3#439D9A
4#4A9794
5#50908E
6#578A88
7#5D8382
8#637D7C
9#6A7776
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6E4 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B0AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFB;
--steel-blue-100: #E3F7F7;
--steel-blue-200: #CBF1EF;
--steel-blue-300: #A3E6E4;
--steel-blue-400: #73D9D5;
--steel-blue-500: #4BCEC9;
--steel-blue-600: #30B0AC;
--steel-blue-700: #268C89;
--steel-blue-800: #1B6462;
--steel-blue-900: #12403F;
--steel-blue-950: #0B2827;
}