Steel Blue
#23A6BE
CyanColor Codes
All color formats for development
HEX
#23A6BERGB
rgb(35, 166, 190)HSL
hsl(189, 69%, 44%)OKLCH
oklch(0.669 0.11 213.8)CMYK
cmyk(82%, 13%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F96AB
2#1C8598
3#187485
4#156472
5#11535F
6#0E434C
7#0A3239
8#072126
9#031113
Tints
Lighter variations
1#27BCD6
2#3EC4DC
3#56CBE0
4#6ED3E4
5#86DAE9
6#9EE1ED
7#B7E9F2
8#CFF0F6
9#E7F8FB
Tones
Muted variations
1#2BA1B6
2#329CAE
3#3A96A6
4#42919F
5#498B97
6#51868F
7#598087
8#617B80
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 | C7EE #C7EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE1 #9CE1ED | BordersInactive statesPlaceholder text |
| 400 | 68D1 #68D1E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC4 #3DC4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A6 #23A6BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C84 #1C8497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145F #145F6C | 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: #C7EEF5;
--steel-blue-300: #9CE1ED;
--steel-blue-400: #68D1E3;
--steel-blue-500: #3DC4DB;
--steel-blue-600: #23A6BE;
--steel-blue-700: #1C8497;
--steel-blue-800: #145F6C;
--steel-blue-900: #0D3D45;
--steel-blue-950: #08262B;
}