Steel Blue
#23A4BE
CyanColor Codes
All color formats for development
HEX
#23A4BERGB
rgb(35, 164, 190)HSL
hsl(190, 69%, 44%)OKLCH
oklch(0.664 0.11 215.5)CMYK
cmyk(82%, 14%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F93AB
2#1C8398
3#187385
4#156272
5#11525F
6#0E424C
7#0A3139
8#072126
9#031013
Tints
Lighter variations
1#27B9D6
2#3EC1DC
3#56C9E0
4#6ED1E4
5#86D8E9
6#9EE0ED
7#B7E8F2
8#CFF0F6
9#E7F7FB
Tones
Muted variations
1#2B9FB6
2#3299AE
3#3A94A6
4#428F9F
5#498A97
6#51858F
7#598087
8#617B80
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 | C7ED #C7EDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDF #9CDFED | BordersInactive statesPlaceholder text |
| 400 | 68CF #68CFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC1 #3DC1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A4 #23A4BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C82 #1C8297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145D #145D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3C #0D3C45 | 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: #C7EDF5;
--steel-blue-300: #9CDFED;
--steel-blue-400: #68CFE3;
--steel-blue-500: #3DC1DB;
--steel-blue-600: #23A4BE;
--steel-blue-700: #1C8297;
--steel-blue-800: #145D6C;
--steel-blue-900: #0D3C45;
--steel-blue-950: #08252B;
}