Steel Blue
#229ABF
CyanColor Codes
All color formats for development
HEX
#229ABFRGB
rgb(34, 154, 191)HSL
hsl(194, 70%, 44%)OKLCH
oklch(0.64 0.113 224.5)CMYK
cmyk(82%, 19%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8BAC
2#1B7B99
3#186C86
4#145C72
5#114D5F
6#0D3E4C
7#0A2E39
8#071F26
9#030F13
Tints
Lighter variations
1#26AED7
2#3DB7DD
3#55C0E1
4#6DC9E5
5#86D2EA
6#9EDBEE
7#B6E4F2
8#CEEDF6
9#E7F6FB
Tones
Muted variations
1#2A96B7
2#3192AF
3#398EA7
4#41899F
5#498597
6#518190
7#597D88
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 | E1F4 #E1F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EA #C7EAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDA #9BDAED | BordersInactive statesPlaceholder text |
| 400 | 67C7 #67C7E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CB7 #3CB7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 229A #229ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B7B #1B7B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1358 #13586C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C38 #0C3845 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFD;
--steel-blue-100: #E1F4FA;
--steel-blue-200: #C7EAF5;
--steel-blue-300: #9BDAED;
--steel-blue-400: #67C7E4;
--steel-blue-500: #3CB7DD;
--steel-blue-600: #229ABF;
--steel-blue-700: #1B7B98;
--steel-blue-800: #13586C;
--steel-blue-900: #0C3845;
--steel-blue-950: #08232B;
}