Steel Blue
#23BBBE
CyanColor Codes
All color formats for development
HEX
#23BBBERGB
rgb(35, 187, 190)HSL
hsl(181, 69%, 44%)OKLCH
oklch(0.721 0.117 197)CMYK
cmyk(82%, 2%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FA8AB
2#1C9698
3#188385
4#157072
5#115E5F
6#0E4B4C
7#0A3839
8#072526
9#031313
Tints
Lighter variations
1#27D3D6
2#3ED9DC
3#56DEE0
4#6EE2E4
5#86E7E9
6#9EECED
7#B7F1F2
8#CFF5F6
9#E7FAFB
Tones
Muted variations
1#2BB4B6
2#32ACAE
3#3AA5A6
4#429D9F
5#499697
6#518E8F
7#598787
8#617F80
9#687878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEB #9CEBED | BordersInactive statesPlaceholder text |
| 400 | 68E1 #68E1E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD9 #3DD9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BB #23BBBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C95 #1C9597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146A #146A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4445 | 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: #F2FCFD;
--steel-blue-100: #E1F9F9;
--steel-blue-200: #C7F4F5;
--steel-blue-300: #9CEBED;
--steel-blue-400: #68E1E3;
--steel-blue-500: #3DD9DB;
--steel-blue-600: #23BBBE;
--steel-blue-700: #1C9597;
--steel-blue-800: #146A6C;
--steel-blue-900: #0D4445;
--steel-blue-950: #082B2B;
}