Steel Blue
#2CB5A5
CyanColor Codes
All color formats for development
HEX
#2CB5A5RGB
rgb(44, 181, 165)HSL
hsl(173, 61%, 44%)OKLCH
oklch(0.699 0.115 183.2)CMYK
cmyk(76%, 0%, 9%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A394
2#239184
3#1F7E73
4#1A6C63
5#165A52
6#124842
7#0D3631
8#092421
9#041210
Tints
Lighter variations
1#31CCBA
2#47D2C2
3#5ED8CA
4#75DED1
5#8CE3D9
6#A3E9E1
7#BAEEE8
8#D1F4F0
9#E8F9F7
Tones
Muted variations
1#33AE9F
2#39A79A
3#40A095
4#479990
5#4E928A
6#558C85
7#5C8580
8#637E7B
9#697775
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239083 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFB;
--steel-blue-100: #E2F8F5;
--steel-blue-200: #CAF2ED;
--steel-blue-300: #A1E8E0;
--steel-blue-400: #6FDCCF;
--steel-blue-500: #46D2C2;
--steel-blue-600: #2CB5A5;
--steel-blue-700: #239083;
--steel-blue-800: #19675E;
--steel-blue-900: #10423C;
--steel-blue-950: #0A2925;
}