Steel Blue
#23BEBB
CyanColor Codes
All color formats for development
HEX
#23BEBBRGB
rgb(35, 190, 187)HSL
hsl(179, 69%, 44%)OKLCH
oklch(0.727 0.119 192.8)CMYK
cmyk(82%, 0%, 2%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FABA8
2#1C9896
3#188583
4#157270
5#115F5E
6#0E4C4B
7#0A3938
8#072625
9#031313
Tints
Lighter variations
1#27D6D3
2#3EDCD9
3#56E0DE
4#6EE4E2
5#86E9E7
6#9EEDEC
7#B7F2F1
8#CFF6F5
9#E7FBFA
Tones
Muted variations
1#2BB6B4
2#32AEAC
3#3AA6A5
4#429F9D
5#499796
6#518F8E
7#598787
8#61807F
9#687878
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 #C7F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDEB | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4544 | 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: #F2FDFC;
--steel-blue-100: #E1F9F9;
--steel-blue-200: #C7F5F4;
--steel-blue-300: #9CEDEB;
--steel-blue-400: #68E3E1;
--steel-blue-500: #3DDBD9;
--steel-blue-600: #23BEBB;
--steel-blue-700: #1C9795;
--steel-blue-800: #146C6A;
--steel-blue-900: #0D4544;
--steel-blue-950: #082B2B;
}