Steel Blue
#2C9EB5
CyanColor Codes
All color formats for development
HEX
#2C9EB5RGB
rgb(44, 158, 181)HSL
hsl(190, 61%, 44%)OKLCH
oklch(0.648 0.103 214.6)CMYK
cmyk(76%, 13%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#278EA3
2#237E91
3#1F6E7E
4#1A5F6C
5#164F5A
6#123F48
7#0D2F36
8#092024
9#041012
Tints
Lighter variations
1#31B2CC
2#47BBD2
3#5EC4D8
4#75CCDE
5#8CD5E3
6#A3DDE9
7#BAE6EE
8#D1EEF4
9#E8F7F9
Tones
Muted variations
1#3399AE
2#3995A7
3#4090A0
4#478C99
5#4E8792
6#55828C
7#5C7E85
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 | A1DC #A1DCE8 | BordersInactive statesPlaceholder text |
| 400 | 6FCA #6FCADC | Disabled statesSecondary iconsMuted text |
| 500 | 46BB #46BBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C9E #2C9EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237E #237E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195A #195A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1039 #103942 | 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: #F3FAFC;
--steel-blue-100: #E2F4F8;
--steel-blue-200: #CAEBF2;
--steel-blue-300: #A1DCE8;
--steel-blue-400: #6FCADC;
--steel-blue-500: #46BBD2;
--steel-blue-600: #2C9EB5;
--steel-blue-700: #237E90;
--steel-blue-800: #195A67;
--steel-blue-900: #103942;
--steel-blue-950: #0A2429;
}