Steel Blue
#30ACB0
CyanColor Codes
All color formats for development
HEX
#30ACB0RGB
rgb(48, 172, 176)HSL
hsl(182, 57%, 44%)OKLCH
oklch(0.681 0.104 198.2)CMYK
cmyk(73%, 2%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B9B9F
2#278A8D
3#22787B
4#1D676A
5#185658
6#134546
7#0E3435
8#0A2223
9#051112
Tints
Lighter variations
1#36C2C7
2#4CCACE
3#62D0D4
4#78D7DA
5#8FDEE0
6#A5E4E6
7#BCEBED
8#D2F2F3
9#E9F8F9
Tones
Muted variations
1#37A6AA
2#3DA0A3
3#439A9D
4#4A9497
5#508E90
6#57888A
7#5D8283
8#637C7D
9#6A7677
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E4 #A3E4E6 | BordersInactive statesPlaceholder text |
| 400 | 73D5 #73D5D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BC9 #4BC9CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30AC #30ACB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2689 #26898C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B62 #1B6264 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F7F7;
--steel-blue-200: #CBEFF1;
--steel-blue-300: #A3E4E6;
--steel-blue-400: #73D5D9;
--steel-blue-500: #4BC9CE;
--steel-blue-600: #30ACB0;
--steel-blue-700: #26898C;
--steel-blue-800: #1B6264;
--steel-blue-900: #123F40;
--steel-blue-950: #0B2728;
}