Steel Blue
#23BEB8
CyanColor Codes
All color formats for development
HEX
#23BEB8RGB
rgb(35, 190, 184)HSL
hsl(178, 69%, 44%)OKLCH
oklch(0.726 0.119 190.7)CMYK
cmyk(82%, 0%, 3%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FABA6
2#1C9894
3#188581
4#15726F
5#115F5C
6#0E4C4A
7#0A3937
8#072625
9#031312
Tints
Lighter variations
1#27D6D0
2#3EDCD6
3#56E0DB
4#6EE4E0
5#86E9E6
6#9EEDEB
7#B7F2F0
8#CFF6F5
9#E7FBFA
Tones
Muted variations
1#2BB6B1
2#32AEAA
3#3AA6A3
4#429F9C
5#499794
6#518F8D
7#598786
8#61807F
9#687877
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDEA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3DF | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9793 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFC;
--steel-blue-100: #E1F9F9;
--steel-blue-200: #C7F5F3;
--steel-blue-300: #9CEDEA;
--steel-blue-400: #68E3DF;
--steel-blue-500: #3DDBD6;
--steel-blue-600: #23BEB8;
--steel-blue-700: #1C9793;
--steel-blue-800: #146C69;
--steel-blue-900: #0D4543;
--steel-blue-950: #082B2A;
}