Steel Blue
#23BEB3
CyanColor Codes
All color formats for development
HEX
#23BEB3RGB
rgb(35, 190, 179)HSL
hsl(176, 69%, 44%)OKLCH
oklch(0.725 0.12 187.3)CMYK
cmyk(82%, 0%, 6%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FABA1
2#1C988F
3#18857E
4#15726C
5#115F5A
6#0E4C48
7#0A3936
8#072624
9#031312
Tints
Lighter variations
1#27D6CA
2#3EDCD1
3#56E0D7
4#6EE4DD
5#86E9E2
6#9EEDE8
7#B7F2EE
8#CFF6F4
9#E7FBF9
Tones
Muted variations
1#2BB6AD
2#32AEA6
3#3AA69F
4#429F98
5#499792
6#518F8B
7#598784
8#61807E
9#687877
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE7 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3DB | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C978F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4541 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FDFC;
--steel-blue-100: #E1F9F8;
--steel-blue-200: #C7F5F2;
--steel-blue-300: #9CEDE7;
--steel-blue-400: #68E3DB;
--steel-blue-500: #3DDBD1;
--steel-blue-600: #23BEB3;
--steel-blue-700: #1C978F;
--steel-blue-800: #146C66;
--steel-blue-900: #0D4541;
--steel-blue-950: #082B29;
}