Steel Blue
#23BEB1
CyanColor Codes
All color formats for development
HEX
#23BEB1RGB
rgb(35, 190, 177)HSL
hsl(175, 69%, 44%)OKLCH
oklch(0.724 0.121 185.9)CMYK
cmyk(82%, 0%, 7%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FAB9F
2#1C988D
3#18857C
4#15726A
5#115F58
6#0E4C47
7#0A3935
8#072623
9#031312
Tints
Lighter variations
1#27D6C7
2#3EDCCE
3#56E0D5
4#6EE4DB
5#86E9E1
6#9EEDE7
7#B7F2ED
8#CFF6F3
9#E7FBF9
Tones
Muted variations
1#2BB6AA
2#32AEA4
3#3AA69D
4#429F97
5#499790
6#518F8A
7#598784
8#61807D
9#687877
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 #C7F5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE6 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D9 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C978D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4540 | 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: #C7F5F1;
--steel-blue-300: #9CEDE6;
--steel-blue-400: #68E3D9;
--steel-blue-500: #3DDBCE;
--steel-blue-600: #23BEB1;
--steel-blue-700: #1C978D;
--steel-blue-800: #146C64;
--steel-blue-900: #0D4540;
--steel-blue-950: #082B28;
}