Steel Blue
#23BEB6
CyanColor Codes
All color formats for development
HEX
#23BEB6RGB
rgb(35, 190, 182)HSL
hsl(177, 69%, 44%)OKLCH
oklch(0.726 0.12 189.3)CMYK
cmyk(82%, 0%, 4%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1FABA4
2#1C9892
3#18857F
4#15726D
5#115F5B
6#0E4C49
7#0A3937
8#072624
9#031312
Tints
Lighter variations
1#27D6CD
2#3EDCD4
3#56E0D9
4#6EE4DF
5#86E9E4
6#9EEDE9
7#B7F2EF
8#CFF6F4
9#E7FBFA
Tones
Muted variations
1#2BB6AF
2#32AEA8
3#3AA6A1
4#429F9A
5#499793
6#518F8C
7#598785
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 #9CEDE9 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3DD | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4542 | 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: #9CEDE9;
--steel-blue-400: #68E3DD;
--steel-blue-500: #3DDBD4;
--steel-blue-600: #23BEB6;
--steel-blue-700: #1C9791;
--steel-blue-800: #146C67;
--steel-blue-900: #0D4542;
--steel-blue-950: #082B29;
}