Steel Blue
#23B1BE
CyanColor Codes
All color formats for development
HEX
#23B1BERGB
rgb(35, 177, 190)HSL
hsl(185, 69%, 44%)OKLCH
oklch(0.696 0.112 204.7)CMYK
cmyk(82%, 7%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F9FAB
2#1C8D98
3#187C85
4#156A72
5#11585F
6#0E474C
7#0A3539
8#072326
9#031213
Tints
Lighter variations
1#27C7D6
2#3ECEDC
3#56D5E0
4#6EDBE4
5#86E1E9
6#9EE7ED
7#B7EDF2
8#CFF3F6
9#E7F9FB
Tones
Muted variations
1#2BAAB6
2#32A4AE
3#3A9DA6
4#42979F
5#499097
6#518A8F
7#598487
8#617D80
9#687778
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F1 #C7F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE6 #9CE6ED | BordersInactive statesPlaceholder text |
| 400 | 68D9 #68D9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DCE #3DCEDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B1 #23B1BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C8D #1C8D97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1464 #14646C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D40 #0D4045 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFD;
--steel-blue-100: #E1F7F9;
--steel-blue-200: #C7F1F5;
--steel-blue-300: #9CE6ED;
--steel-blue-400: #68D9E3;
--steel-blue-500: #3DCEDB;
--steel-blue-600: #23B1BE;
--steel-blue-700: #1C8D97;
--steel-blue-800: #14646C;
--steel-blue-900: #0D4045;
--steel-blue-950: #08282B;
}