Steel Blue
#23BEAE
CyanColor Codes
All color formats for development
HEX
#23BEAERGB
rgb(35, 190, 174)HSL
hsl(174, 69%, 44%)OKLCH
oklch(0.723 0.122 183.9)CMYK
cmyk(82%, 0%, 8%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB9D
2#1C988B
3#18857A
4#157268
5#115F57
6#0E4C46
7#0A3934
8#072623
9#031311
Tints
Lighter variations
1#27D6C4
2#3EDCCC
3#56E0D2
4#6EE4D9
5#86E9DF
6#9EEDE5
7#B7F2EC
8#CFF6F2
9#E7FBF9
Tones
Muted variations
1#2BB6A8
2#32AEA2
3#3AA69C
4#429F95
5#49978F
6#518F89
7#598783
8#61807D
9#687876
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE5 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D7 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C978B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFC;
--steel-blue-100: #E1F9F7;
--steel-blue-200: #C7F5F0;
--steel-blue-300: #9CEDE5;
--steel-blue-400: #68E3D7;
--steel-blue-500: #3DDBCC;
--steel-blue-600: #23BEAE;
--steel-blue-700: #1C978B;
--steel-blue-800: #146C63;
--steel-blue-900: #0D453F;
--steel-blue-950: #082B28;
}