Steel Blue
#23B6BE
CyanColor Codes
All color formats for development
HEX
#23B6BERGB
rgb(35, 182, 190)HSL
hsl(183, 69%, 44%)OKLCH
oklch(0.709 0.114 200.8)CMYK
cmyk(82%, 4%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FA4AB
2#1C9298
3#187F85
4#156D72
5#115B5F
6#0E494C
7#0A3739
8#072426
9#031213
Tints
Lighter variations
1#27CDD6
2#3ED4DC
3#56D9E0
4#6EDFE4
5#86E4E9
6#9EE9ED
7#B7EFF2
8#CFF4F6
9#E7FAFB
Tones
Muted variations
1#2BAFB6
2#32A8AE
3#3AA1A6
4#429A9F
5#499397
6#518C8F
7#598587
8#617E80
9#687778
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F2 #C7F2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE9 #9CE9ED | BordersInactive statesPlaceholder text |
| 400 | 68DD #68DDE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD4 #3DD4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B6 #23B6BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C91 #1C9197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1467 #14676C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D42 #0D4245 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFD;
--steel-blue-100: #E1F8F9;
--steel-blue-200: #C7F2F5;
--steel-blue-300: #9CE9ED;
--steel-blue-400: #68DDE3;
--steel-blue-500: #3DD4DB;
--steel-blue-600: #23B6BE;
--steel-blue-700: #1C9197;
--steel-blue-800: #14676C;
--steel-blue-900: #0D4245;
--steel-blue-950: #08292B;
}