Steel Blue
#219BC0
CyanColor Codes
All color formats for development
HEX
#219BC0RGB
rgb(33, 155, 192)HSL
hsl(194, 71%, 44%)OKLCH
oklch(0.643 0.113 224.2)CMYK
cmyk(83%, 19%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8BAD
2#1A7C99
3#176C86
4#145D73
5#104D60
6#0D3E4D
7#0A2E3A
8#071F26
9#030F13
Tints
Lighter variations
1#25AED8
2#3CB8DE
3#54C1E2
4#6CCAE6
5#85D3EA
6#9DDCEE
7#B6E4F3
8#CEEDF7
9#E7F6FB
Tones
Muted variations
1#2996B8
2#3092B0
3#388EA8
4#408AA0
5#488598
6#508190
7#587D88
8#607980
9#687478
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EA #C6EAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDB #9BDBEE | BordersInactive statesPlaceholder text |
| 400 | 66C8 #66C8E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BB8 #3BB8DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 219B #219BC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A7B #1A7B99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1258 #12586D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C38 #0C3846 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFD;
--steel-blue-100: #E0F4FA;
--steel-blue-200: #C6EAF5;
--steel-blue-300: #9BDBEE;
--steel-blue-400: #66C8E5;
--steel-blue-500: #3BB8DE;
--steel-blue-600: #219BC0;
--steel-blue-700: #1A7B99;
--steel-blue-800: #12586D;
--steel-blue-900: #0C3846;
--steel-blue-950: #07232C;
}