Steel Blue
#2CA0B5
CyanColor Codes
All color formats for development
HEX
#2CA0B5RGB
rgb(44, 160, 181)HSL
hsl(189, 61%, 44%)OKLCH
oklch(0.652 0.103 212.8)CMYK
cmyk(76%, 12%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2790A3
2#238091
3#1F707E
4#1A606C
5#16505A
6#124048
7#0D3036
8#092024
9#041012
Tints
Lighter variations
1#31B4CC
2#47BED2
3#5EC6D8
4#75CEDE
5#8CD6E3
6#A3DEE9
7#BAE6EE
8#D1EFF4
9#E8F7F9
Tones
Muted variations
1#339BAE
2#3997A7
3#4092A0
4#478D99
5#4E8892
6#55838C
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 | CAEC #CAECF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DD #A1DDE8 | BordersInactive statesPlaceholder text |
| 400 | 6FCC #6FCCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46BD #46BDD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA0 #2CA0B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237F #237F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195B #195B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103A #103A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | 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: #CAECF2;
--steel-blue-300: #A1DDE8;
--steel-blue-400: #6FCCDC;
--steel-blue-500: #46BDD2;
--steel-blue-600: #2CA0B5;
--steel-blue-700: #237F90;
--steel-blue-800: #195B67;
--steel-blue-900: #103A42;
--steel-blue-950: #0A2429;
}