Steel Blue
#23A1BE
CyanColor Codes
All color formats for development
HEX
#23A1BERGB
rgb(35, 161, 190)HSL
hsl(191, 69%, 44%)OKLCH
oklch(0.657 0.11 218)CMYK
cmyk(82%, 15%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F91AB
2#1C8198
3#187185
4#156172
5#11515F
6#0E404C
7#0A3039
8#072026
9#031013
Tints
Lighter variations
1#27B6D6
2#3EBFDC
3#56C7E0
4#6ECFE4
5#86D7E9
6#9EDFED
7#B7E7F2
8#CFEFF6
9#E7F7FB
Tones
Muted variations
1#2B9CB6
2#3297AE
3#3A93A6
4#428E9F
5#498997
6#51848F
7#597F87
8#617A80
9#687578
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EC #C7ECF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDE #9CDEED | BordersInactive statesPlaceholder text |
| 400 | 68CD #68CDE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DBE #3DBEDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A1 #23A1BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C80 #1C8097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145C #145C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3B #0D3B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFD;
--steel-blue-100: #E1F5F9;
--steel-blue-200: #C7ECF5;
--steel-blue-300: #9CDEED;
--steel-blue-400: #68CDE3;
--steel-blue-500: #3DBEDB;
--steel-blue-600: #23A1BE;
--steel-blue-700: #1C8097;
--steel-blue-800: #145C6C;
--steel-blue-900: #0D3B45;
--steel-blue-950: #08252B;
}