Steel Blue
#23B3BE
CyanColor Codes
All color formats for development
HEX
#23B3BERGB
rgb(35, 179, 190)HSL
hsl(184, 69%, 44%)OKLCH
oklch(0.701 0.113 203.1)CMYK
cmyk(82%, 6%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FA1AB
2#1C8F98
3#187E85
4#156C72
5#115A5F
6#0E484C
7#0A3639
8#072426
9#031213
Tints
Lighter variations
1#27CAD6
2#3ED1DC
3#56D7E0
4#6EDDE4
5#86E2E9
6#9EE8ED
7#B7EEF2
8#CFF4F6
9#E7F9FB
Tones
Muted variations
1#2BADB6
2#32A6AE
3#3A9FA6
4#42989F
5#499297
6#518B8F
7#598487
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 | 9CE7 #9CE7ED | BordersInactive statesPlaceholder text |
| 400 | 68DB #68DBE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD1 #3DD1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B3 #23B3BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C8F #1C8F97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1466 #14666C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D41 #0D4145 | 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: #9CE7ED;
--steel-blue-400: #68DBE3;
--steel-blue-500: #3DD1DB;
--steel-blue-600: #23B3BE;
--steel-blue-700: #1C8F97;
--steel-blue-800: #14666C;
--steel-blue-900: #0D4145;
--steel-blue-950: #08292B;
}