Steel Blue
#2D94B4
CyanColor Codes
All color formats for development
HEX
#2D94B4RGB
rgb(45, 148, 180)HSL
hsl(194, 60%, 44%)OKLCH
oklch(0.623 0.102 223.2)CMYK
cmyk(75%, 18%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2885A2
2#247690
3#1F687E
4#1B596C
5#164A5A
6#123B48
7#0D2C36
8#091E24
9#040F12
Tints
Lighter variations
1#33A7CA
2#48B1D1
3#5FBBD7
4#76C5DD
5#8DCEE2
6#A4D8E8
7#BAE2EE
8#D1ECF4
9#E8F5F9
Tones
Muted variations
1#3491AD
2#3A8DA6
3#41899F
4#488699
5#4F8292
6#557F8B
7#5C7B84
8#63777E
9#697477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE8 #CAE8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D7 #A1D7E8 | BordersInactive statesPlaceholder text |
| 400 | 70C2 #70C2DB | Disabled statesSecondary iconsMuted text |
| 500 | 47B1 #47B1D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D94 #2D94B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2476 #24768F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A54 #1A5466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1036 #103641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F3F8;
--steel-blue-200: #CAE8F2;
--steel-blue-300: #A1D7E8;
--steel-blue-400: #70C2DB;
--steel-blue-500: #47B1D1;
--steel-blue-600: #2D94B4;
--steel-blue-700: #24768F;
--steel-blue-800: #1A5466;
--steel-blue-900: #103641;
--steel-blue-950: #0A2229;
}