Steel Blue
#2399BE
CyanColor Codes
All color formats for development
HEX
#2399BERGB
rgb(35, 153, 190)HSL
hsl(194, 69%, 44%)OKLCH
oklch(0.637 0.112 224.7)CMYK
cmyk(82%, 19%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F8AAB
2#1C7B98
3#186B85
4#155C72
5#114D5F
6#0E3D4C
7#0A2E39
8#071F26
9#030F13
Tints
Lighter variations
1#27ADD6
2#3EB7DC
3#56C0E0
4#6EC9E4
5#86D2E9
6#9EDBED
7#B7E4F2
8#CFEDF6
9#E7F6FB
Tones
Muted variations
1#2B95B6
2#3291AE
3#3A8DA6
4#42899F
5#498597
6#51818F
7#597D87
8#617880
9#687478
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 | C7EA #C7EAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDA #9CDAED | BordersInactive statesPlaceholder text |
| 400 | 68C7 #68C7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB6 #3DB6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2399 #2399BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C7A #1C7A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1457 #14576C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D38 #0D3845 | 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: #C7EAF5;
--steel-blue-300: #9CDAED;
--steel-blue-400: #68C7E3;
--steel-blue-500: #3DB6DB;
--steel-blue-600: #2399BE;
--steel-blue-700: #1C7A97;
--steel-blue-800: #14576C;
--steel-blue-900: #0D3845;
--steel-blue-950: #08232B;
}