Steel Blue
#23A9BE
CyanColor Codes
All color formats for development
HEX
#23A9BERGB
rgb(35, 169, 190)HSL
hsl(188, 69%, 44%)OKLCH
oklch(0.677 0.111 211.2)CMYK
cmyk(82%, 11%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F98AB
2#1C8798
3#187685
4#156572
5#11545F
6#0E444C
7#0A3339
8#072226
9#031113
Tints
Lighter variations
1#27BED6
2#3EC7DC
3#56CEE0
4#6ED5E4
5#86DCE9
6#9EE3ED
7#B7EAF2
8#CFF1F6
9#E7F8FB
Tones
Muted variations
1#2BA3B6
2#329EAE
3#3A98A6
4#42929F
5#498D97
6#51878F
7#598187
8#617C80
9#687678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE2 #9CE2ED | BordersInactive statesPlaceholder text |
| 400 | 68D3 #68D3E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC6 #3DC6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A9 #23A9BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C86 #1C8697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1460 #14606C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FBFD;
--steel-blue-100: #E1F6F9;
--steel-blue-200: #C7EFF5;
--steel-blue-300: #9CE2ED;
--steel-blue-400: #68D3E3;
--steel-blue-500: #3DC6DB;
--steel-blue-600: #23A9BE;
--steel-blue-700: #1C8697;
--steel-blue-800: #14606C;
--steel-blue-900: #0D3D45;
--steel-blue-950: #08262B;
}