Steel Blue
#23B8BE
CyanColor Codes
All color formats for development
HEX
#23B8BERGB
rgb(35, 184, 190)HSL
hsl(182, 69%, 44%)OKLCH
oklch(0.714 0.115 199.2)CMYK
cmyk(82%, 3%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FA6AB
2#1C9498
3#188185
4#156F72
5#115C5F
6#0E4A4C
7#0A3739
8#072526
9#031213
Tints
Lighter variations
1#27D0D6
2#3ED6DC
3#56DBE0
4#6EE0E4
5#86E6E9
6#9EEBED
7#B7F0F2
8#CFF5F6
9#E7FAFB
Tones
Muted variations
1#2BB1B6
2#32AAAE
3#3AA3A6
4#429C9F
5#499497
6#518D8F
7#598687
8#617F80
9#687778
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 | C7F3 #C7F3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEA #9CEAED | BordersInactive statesPlaceholder text |
| 400 | 68DF #68DFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD6 #3DD6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B8 #23B8BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C93 #1C9397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1469 #14696C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | 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: #C7F3F5;
--steel-blue-300: #9CEAED;
--steel-blue-400: #68DFE3;
--steel-blue-500: #3DD6DB;
--steel-blue-600: #23B8BE;
--steel-blue-700: #1C9397;
--steel-blue-800: #14696C;
--steel-blue-900: #0D4345;
--steel-blue-950: #082A2B;
}