Steel Blue
#23AEBE
CyanColor Codes
All color formats for development
HEX
#23AEBERGB
rgb(35, 174, 190)HSL
hsl(186, 69%, 44%)OKLCH
oklch(0.689 0.112 207.1)CMYK
cmyk(82%, 8%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F9DAB
2#1C8B98
3#187A85
4#156872
5#11575F
6#0E464C
7#0A3439
8#072326
9#031113
Tints
Lighter variations
1#27C4D6
2#3ECCDC
3#56D2E0
4#6ED9E4
5#86DFE9
6#9EE5ED
7#B7ECF2
8#CFF2F6
9#E7F9FB
Tones
Muted variations
1#2BA8B6
2#32A2AE
3#3A9CA6
4#42959F
5#498F97
6#51898F
7#598387
8#617D80
9#687678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE5 #9CE5ED | BordersInactive statesPlaceholder text |
| 400 | 68D7 #68D7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DCC #3DCCDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23AE #23AEBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C8B #1C8B97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1463 #14636C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3F #0D3F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFD;
--steel-blue-100: #E1F7F9;
--steel-blue-200: #C7F0F5;
--steel-blue-300: #9CE5ED;
--steel-blue-400: #68D7E3;
--steel-blue-500: #3DCCDB;
--steel-blue-600: #23AEBE;
--steel-blue-700: #1C8B97;
--steel-blue-800: #14636C;
--steel-blue-900: #0D3F45;
--steel-blue-950: #08282B;
}