Steel Blue
#2CA7B5
CyanColor Codes
All color formats for development
HEX
#2CA7B5RGB
rgb(44, 167, 181)HSL
hsl(186, 61%, 44%)OKLCH
oklch(0.67 0.104 206.5)CMYK
cmyk(76%, 8%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2796A3
2#238691
3#1F757E
4#1A646C
5#16535A
6#124348
7#0D3236
8#092124
9#041112
Tints
Lighter variations
1#31BCCC
2#47C5D2
3#5ECCD8
4#75D3DE
5#8CDAE3
6#A3E2E9
7#BAE9EE
8#D1F0F4
9#E8F8F9
Tones
Muted variations
1#33A1AE
2#399CA7
3#4097A0
4#479199
5#4E8C92
6#55868C
7#5C8185
8#637B7E
9#697677
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEE #CAEEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E1 #A1E1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD1 #6FD1DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C4 #46C4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA7 #2CA7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2385 #238590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195F #195F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103D #103D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E2F6F8;
--steel-blue-200: #CAEEF2;
--steel-blue-300: #A1E1E8;
--steel-blue-400: #6FD1DC;
--steel-blue-500: #46C4D2;
--steel-blue-600: #2CA7B5;
--steel-blue-700: #238590;
--steel-blue-800: #195F67;
--steel-blue-900: #103D42;
--steel-blue-950: #0A2629;
}