Steel Blue
#2CB5AE
CyanColor Codes
All color formats for development
HEX
#2CB5AERGB
rgb(44, 181, 174)HSL
hsl(177, 61%, 44%)OKLCH
oklch(0.702 0.112 189.7)CMYK
cmyk(76%, 0%, 4%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A39C
2#23918B
3#1F7E7A
4#1A6C68
5#165A57
6#124846
7#0D3634
8#092423
9#041211
Tints
Lighter variations
1#31CCC4
2#47D2CB
3#5ED8D2
4#75DED8
5#8CE3DF
6#A3E9E5
7#BAEEEC
8#D1F4F2
9#E8F9F9
Tones
Muted variations
1#33AEA8
2#39A7A1
3#40A09B
4#479995
5#4E928F
6#558C89
7#5C8583
8#637E7D
9#697776
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD7 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23908A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423F | 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: #F3FCFC;
--steel-blue-100: #E2F8F7;
--steel-blue-200: #CAF2F0;
--steel-blue-300: #A1E8E5;
--steel-blue-400: #6FDCD7;
--steel-blue-500: #46D2CB;
--steel-blue-600: #2CB5AE;
--steel-blue-700: #23908A;
--steel-blue-800: #196763;
--steel-blue-900: #10423F;
--steel-blue-950: #0A2927;
}