Cyan
#38E0D8
CyanColor Codes
All color formats for development
HEX
#38E0D8RGB
rgb(56, 224, 216)HSL
hsl(177, 73%, 55%)OKLCH
oklch(0.823 0.131 190)CMYK
cmyk(75%, 0%, 4%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DAD1
2#1EC2BA
3#1BAAA3
4#17928B
5#137974
6#0F615D
7#0B4946
8#08312E
9#041817
Tints
Lighter variations
1#4CE3DC
2#60E6E0
3#74E9E3
4#88ECE7
5#9CF0EB
6#B0F3EF
7#C3F6F3
8#D7F9F7
9#EBFCFB
Tones
Muted variations
1#41D8D0
2#49CFC9
3#52C7C1
4#5ABFB9
5#62B6B2
6#6BAEAA
7#73A5A3
8#7B9D9B
9#849594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E0 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4744 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFC;
--cyan-100: #E0FAF9;
--cyan-200: #C6F6F4;
--cyan-300: #9AEFEB;
--cyan-400: #65E7E0;
--cyan-500: #38E0D8;
--cyan-600: #1EC2BA;
--cyan-700: #189A94;
--cyan-800: #116E6A;
--cyan-900: #0B4744;
--cyan-950: #072C2A;
}