Steel Blue
#23BEBE
CyanColor Codes
All color formats for development
HEX
#23BEBERGB
rgb(35, 190, 190)HSL
hsl(180, 69%, 44%)OKLCH
oklch(0.728 0.119 194.9)CMYK
cmyk(82%, 0%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FABAB
2#1C9898
3#188585
4#157272
5#115F5F
6#0E4C4C
7#0A3939
8#072626
9#031313
Tints
Lighter variations
1#27D6D6
2#3EDCDC
3#56E0E0
4#6EE4E4
5#86E9E9
6#9EEDED
7#B7F2F2
8#CFF6F6
9#E7FBFB
Tones
Muted variations
1#2BB6B6
2#32AEAE
3#3AA6A6
4#429F9F
5#499797
6#518F8F
7#598787
8#618080
9#687878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDED | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9797 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4545 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFD;
--steel-blue-100: #E1F9F9;
--steel-blue-200: #C7F5F5;
--steel-blue-300: #9CEDED;
--steel-blue-400: #68E3E3;
--steel-blue-500: #3DDBDB;
--steel-blue-600: #23BEBE;
--steel-blue-700: #1C9797;
--steel-blue-800: #146C6C;
--steel-blue-900: #0D4545;
--steel-blue-950: #082B2B;
}