Steel Blue
#2CACB5
CyanColor Codes
All color formats for development
HEX
#2CACB5RGB
rgb(44, 172, 181)HSL
hsl(184, 61%, 44%)OKLCH
oklch(0.682 0.106 202.1)CMYK
cmyk(76%, 5%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#279AA3
2#238991
3#1F787E
4#1A676C
5#16565A
6#124548
7#0D3336
8#092224
9#041112
Tints
Lighter variations
1#31C1CC
2#47C9D2
3#5ED0D8
4#75D7DE
5#8CDDE3
6#A3E4E9
7#BAEBEE
8#D1F2F4
9#E8F8F9
Tones
Muted variations
1#33A6AE
2#39A0A7
3#409AA0
4#479499
5#4E8E92
6#55888C
7#5C8285
8#637C7E
9#697677
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEF #CAEFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E3 #A1E3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD5 #6FD5DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C9 #46C9D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CAC #2CACB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2388 #238890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1961 #196167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103E #103E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A27 #0A2729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E2F7F8;
--steel-blue-200: #CAEFF2;
--steel-blue-300: #A1E3E8;
--steel-blue-400: #6FD5DC;
--steel-blue-500: #46C9D2;
--steel-blue-600: #2CACB5;
--steel-blue-700: #238890;
--steel-blue-800: #196167;
--steel-blue-900: #103E42;
--steel-blue-950: #0A2729;
}