Steel Blue
#2CB5AC
CyanColor Codes
All color formats for development
HEX
#2CB5ACRGB
rgb(44, 181, 172)HSL
hsl(176, 61%, 44%)OKLCH
oklch(0.701 0.112 188.2)CMYK
cmyk(76%, 0%, 5%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A39A
2#239189
3#1F7E78
4#1A6C67
5#165A56
6#124845
7#0D3633
8#092422
9#041211
Tints
Lighter variations
1#31CCC1
2#47D2C9
3#5ED8D0
4#75DED7
5#8CE3DD
6#A3E9E4
7#BAEEEB
8#D1F4F2
9#E8F9F8
Tones
Muted variations
1#33AEA6
2#39A7A0
3#40A09A
4#479994
5#4E928E
6#558C88
7#5C8582
8#637E7C
9#697776
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD5 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196761 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFB;
--steel-blue-100: #E2F8F7;
--steel-blue-200: #CAF2EF;
--steel-blue-300: #A1E8E3;
--steel-blue-400: #6FDCD5;
--steel-blue-500: #46D2C9;
--steel-blue-600: #2CB5AC;
--steel-blue-700: #239088;
--steel-blue-800: #196761;
--steel-blue-900: #10423E;
--steel-blue-950: #0A2927;
}