Steel Blue
#239CBE
CyanColor Codes
All color formats for development
HEX
#239CBERGB
rgb(35, 156, 190)HSL
hsl(193, 69%, 44%)OKLCH
oklch(0.645 0.111 222.2)CMYK
cmyk(82%, 18%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8CAB
2#1C7D98
3#186D85
4#155E72
5#114E5F
6#0E3E4C
7#0A2F39
8#071F26
9#031013
Tints
Lighter variations
1#27B0D6
2#3EB9DC
3#56C2E0
4#6ECBE4
5#86D4E9
6#9EDCED
7#B7E5F2
8#CFEEF6
9#E7F6FB
Tones
Muted variations
1#2B98B6
2#3293AE
3#3A8FA6
4#428B9F
5#498697
6#51828F
7#597D87
8#617980
9#687578
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EB #C7EBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDB #9CDBED | BordersInactive statesPlaceholder text |
| 400 | 68C9 #68C9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB9 #3DB9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 239C #239CBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C7C #1C7C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1459 #14596C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3945 | 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: #E1F4F9;
--steel-blue-200: #C7EBF5;
--steel-blue-300: #9CDBED;
--steel-blue-400: #68C9E3;
--steel-blue-500: #3DB9DB;
--steel-blue-600: #239CBE;
--steel-blue-700: #1C7C97;
--steel-blue-800: #14596C;
--steel-blue-900: #0D3945;
--steel-blue-950: #08232B;
}