Steel Blue
#2C99B5
CyanColor Codes
All color formats for development
HEX
#2C99B5RGB
rgb(44, 153, 181)HSL
hsl(192, 61%, 44%)OKLCH
oklch(0.635 0.103 219.2)CMYK
cmyk(76%, 15%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#278AA3
2#237B91
3#1F6B7E
4#1A5C6C
5#164D5A
6#123D48
7#0D2E36
8#091F24
9#040F12
Tints
Lighter variations
1#31ADCC
2#47B7D2
3#5EC0D8
4#75C9DE
5#8CD2E3
6#A3DBE9
7#BAE4EE
8#D1EDF4
9#E8F6F9
Tones
Muted variations
1#3395AE
2#3991A7
3#408DA0
4#478999
5#4E8592
6#55818C
7#5C7D85
8#63787E
9#697477
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 | CAEA #CAEAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DA #A1DAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FC6 #6FC6DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B6 #46B6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C99 #2C99B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237A #237A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1957 #195767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1038 #103842 | 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: #CAEAF2;
--steel-blue-300: #A1DAE8;
--steel-blue-400: #6FC6DC;
--steel-blue-500: #46B6D2;
--steel-blue-600: #2C99B5;
--steel-blue-700: #237A90;
--steel-blue-800: #195767;
--steel-blue-900: #103842;
--steel-blue-950: #0A2329;
}