Steel Blue
#2CB5A9
CyanColor Codes
All color formats for development
HEX
#2CB5A9RGB
rgb(44, 181, 169)HSL
hsl(175, 61%, 44%)OKLCH
oklch(0.7 0.113 186)CMYK
cmyk(76%, 0%, 7%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A398
2#239187
3#1F7E76
4#1A6C66
5#165A55
6#124844
7#0D3633
8#092422
9#041211
Tints
Lighter variations
1#31CCBF
2#47D2C7
3#5ED8CE
4#75DED5
5#8CE3DC
6#A3E9E3
7#BAEEEA
8#D1F4F1
9#E8F9F8
Tones
Muted variations
1#33AEA4
2#39A79E
3#40A098
4#479992
5#4E928D
6#558C87
7#5C8581
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 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD3 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFB;
--steel-blue-100: #E2F8F6;
--steel-blue-200: #CAF2EF;
--steel-blue-300: #A1E8E2;
--steel-blue-400: #6FDCD3;
--steel-blue-500: #46D2C7;
--steel-blue-600: #2CB5A9;
--steel-blue-700: #239087;
--steel-blue-800: #196760;
--steel-blue-900: #10423E;
--steel-blue-950: #0A2926;
}