Steel Blue
#44B5D5
CyanColor Codes
All color formats for development
HEX
#44B5D5RGB
rgb(68, 181, 213)HSL
hsl(193, 63%, 55%)OKLCH
oklch(0.722 0.11 220.2)CMYK
cmyk(68%, 15%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FABCE
2#2A98B7
3#2485A0
4#1F7289
5#1A5F72
6#154C5B
7#103945
8#0A262E
9#051317
Tints
Lighter variations
1#57BDD9
2#69C4DD
3#7CCBE1
4#8FD3E6
5#A1DAEA
6#B4E1EE
7#C7E9F2
8#DAF0F7
9#ECF8FB
Tones
Muted variations
1#4BB1CD
2#52ADC6
3#5AA9BF
4#61A5B8
5#68A1B0
6#6F9DA9
7#7799A2
8#7E949B
9#859093
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 | C9EA #C9EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD9 #9FD9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC6 #6EC6DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B5 #44B5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A98 #2A98B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2179 #217991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1857 #185768 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | 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: #C9EAF3;
--steel-blue-300: #9FD9E9;
--steel-blue-400: #6EC6DE;
--steel-blue-500: #44B5D5;
--steel-blue-600: #2A98B7;
--steel-blue-700: #217991;
--steel-blue-800: #185768;
--steel-blue-900: #0F3743;
--steel-blue-950: #09232A;
}