Steel Blue
#2CB5A7
CyanColor Codes
All color formats for development
HEX
#2CB5A7RGB
rgb(44, 181, 167)HSL
hsl(174, 61%, 44%)OKLCH
oklch(0.7 0.114 184.6)CMYK
cmyk(76%, 0%, 8%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A396
2#239186
3#1F7E75
4#1A6C64
5#165A53
6#124843
7#0D3632
8#092421
9#041211
Tints
Lighter variations
1#31CCBC
2#47D2C5
3#5ED8CC
4#75DED3
5#8CE3DA
6#A3E9E2
7#BAEEE9
8#D1F4F0
9#E8F9F8
Tones
Muted variations
1#33AEA1
2#39A79C
3#40A097
4#479991
5#4E928C
6#558C86
7#5C8581
8#637E7B
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 #CAF2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423D | 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: #CAF2EE;
--steel-blue-300: #A1E8E1;
--steel-blue-400: #6FDCD1;
--steel-blue-500: #46D2C4;
--steel-blue-600: #2CB5A7;
--steel-blue-700: #239085;
--steel-blue-800: #19675F;
--steel-blue-900: #10423D;
--steel-blue-950: #0A2926;
}