Steel Blue
#2CB5B5
CyanColor Codes
All color formats for development
HEX
#2CB5B5RGB
rgb(44, 181, 181)HSL
hsl(180, 61%, 44%)OKLCH
oklch(0.704 0.111 194.9)CMYK
cmyk(76%, 0%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A3A3
2#239191
3#1F7E7E
4#1A6C6C
5#165A5A
6#124848
7#0D3636
8#092424
9#041212
Tints
Lighter variations
1#31CCCC
2#47D2D2
3#5ED8D8
4#75DEDE
5#8CE3E3
6#A3E9E9
7#BAEEEE
8#D1F4F4
9#E8F9F9
Tones
Muted variations
1#33AEAE
2#39A7A7
3#40A0A0
4#479999
5#4E9292
6#558C8C
7#5C8585
8#637E7E
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFC;
--steel-blue-100: #E2F8F8;
--steel-blue-200: #CAF2F2;
--steel-blue-300: #A1E8E8;
--steel-blue-400: #6FDCDC;
--steel-blue-500: #46D2D2;
--steel-blue-600: #2CB5B5;
--steel-blue-700: #239090;
--steel-blue-800: #196767;
--steel-blue-900: #104242;
--steel-blue-950: #0A2929;
}