Steel Blue
#3BA5A5
CyanColor Codes
All color formats for development
HEX
#3BA5A5RGB
rgb(59, 165, 165)HSL
hsl(180, 47%, 44%)OKLCH
oklch(0.662 0.095 195.1)CMYK
cmyk(64%, 0%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#369494
2#308484
3#2A7373
4#246363
5#1E5252
6#184242
7#123131
8#0C2121
9#061010
Tints
Lighter variations
1#43BABA
2#57C2C2
3#6CCACA
4#81D2D2
5#96D9D9
6#ABE1E1
7#C0E8E8
8#D5F0F0
9#EAF7F7
Tones
Muted variations
1#41A0A0
2#469A9A
3#4B9595
4#519090
5#568B8B
6#5B8585
7#608080
8#667B7B
9#6B7575
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 | CEED #CEEDED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9E0 #A9E0E0 | BordersInactive statesPlaceholder text |
| 400 | 7CD0 #7CD0D0 | Disabled statesSecondary iconsMuted text |
| 500 | 56C2 #56C2C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3BA5 #3BA5A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F83 #2F8383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 225E #225E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 163C #163C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E25 #0E2525 | 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: #CEEDED;
--steel-blue-300: #A9E0E0;
--steel-blue-400: #7CD0D0;
--steel-blue-500: #56C2C2;
--steel-blue-600: #3BA5A5;
--steel-blue-700: #2F8383;
--steel-blue-800: #225E5E;
--steel-blue-900: #163C3C;
--steel-blue-950: #0E2525;
}