Steel Blue
#2CA2B5
CyanColor Codes
All color formats for development
HEX
#2CA2B5RGB
rgb(44, 162, 181)HSL
hsl(188, 61%, 44%)OKLCH
oklch(0.657 0.103 210.9)CMYK
cmyk(76%, 10%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2792A3
2#238291
3#1F727E
4#1A616C
5#16515A
6#124148
7#0D3136
8#092024
9#041012
Tints
Lighter variations
1#31B7CC
2#47C0D2
3#5EC8D8
4#75D0DE
5#8CD8E3
6#A3DFE9
7#BAE7EE
8#D1EFF4
9#E8F7F9
Tones
Muted variations
1#339DAE
2#3998A7
3#4093A0
4#478E99
5#4E8992
6#55848C
7#5C7F85
8#637A7E
9#697577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DF #A1DFE8 | BordersInactive statesPlaceholder text |
| 400 | 6FCE #6FCEDC | Disabled statesSecondary iconsMuted text |
| 500 | 46C0 #46C0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA2 #2CA2B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2381 #238190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195C #195C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103B #103B42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E2F5F8;
--steel-blue-200: #CAEDF2;
--steel-blue-300: #A1DFE8;
--steel-blue-400: #6FCEDC;
--steel-blue-500: #46C0D2;
--steel-blue-600: #2CA2B5;
--steel-blue-700: #238190;
--steel-blue-800: #195C67;
--steel-blue-900: #103B42;
--steel-blue-950: #0A2529;
}