Steel Blue
#2C9CB5
CyanColor Codes
All color formats for development
HEX
#2C9CB5RGB
rgb(44, 156, 181)HSL
hsl(191, 61%, 44%)OKLCH
oklch(0.643 0.103 216.4)CMYK
cmyk(76%, 14%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#278CA3
2#237C91
3#1F6D7E
4#1A5D6C
5#164E5A
6#123E48
7#0D2F36
8#091F24
9#041012
Tints
Lighter variations
1#31AFCC
2#47B9D2
3#5EC2D8
4#75CADE
5#8CD3E3
6#A3DCE9
7#BAE5EE
8#D1EDF4
9#E8F6F9
Tones
Muted variations
1#3397AE
2#3993A7
3#408FA0
4#478A99
5#4E8692
6#55828C
7#5C7D85
8#63797E
9#697577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEB #CAEBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DB #A1DBE8 | BordersInactive statesPlaceholder text |
| 400 | 6FC8 #6FC8DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B9 #46B9D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C9C #2C9CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237C #237C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1958 #195867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1039 #103942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F4F8;
--steel-blue-200: #CAEBF2;
--steel-blue-300: #A1DBE8;
--steel-blue-400: #6FC8DC;
--steel-blue-500: #46B9D2;
--steel-blue-600: #2C9CB5;
--steel-blue-700: #237C90;
--steel-blue-800: #195867;
--steel-blue-900: #103942;
--steel-blue-950: #0A2329;
}