Steel Blue
#2CAEB5
CyanColor Codes
All color formats for development
HEX
#2CAEB5RGB
rgb(44, 174, 181)HSL
hsl(183, 61%, 44%)OKLCH
oklch(0.687 0.107 200.5)CMYK
cmyk(76%, 4%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#279CA3
2#238B91
3#1F7A7E
4#1A686C
5#16575A
6#124648
7#0D3436
8#092324
9#041112
Tints
Lighter variations
1#31C4CC
2#47CBD2
3#5ED2D8
4#75D8DE
5#8CDFE3
6#A3E5E9
7#BAECEE
8#D1F2F4
9#E8F9F9
Tones
Muted variations
1#33A8AE
2#39A1A7
3#409BA0
4#479599
5#4E8F92
6#55898C
7#5C8385
8#637D7E
9#697677
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF0 #CAF0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E5 #A1E5E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD7 #6FD7DC | Disabled statesSecondary iconsMuted text |
| 500 | 46CB #46CBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CAE #2CAEB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 238A #238A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1963 #196367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103F #103F42 | 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: #F3FCFC;
--steel-blue-100: #E2F7F8;
--steel-blue-200: #CAF0F2;
--steel-blue-300: #A1E5E8;
--steel-blue-400: #6FD7DC;
--steel-blue-500: #46CBD2;
--steel-blue-600: #2CAEB5;
--steel-blue-700: #238A90;
--steel-blue-800: #196367;
--steel-blue-900: #103F42;
--steel-blue-950: #0A2729;
}