Cyan
#38E0CC
CyanColor Codes
All color formats for development
HEX
#38E0CCRGB
rgb(56, 224, 204)HSL
hsl(173, 73%, 55%)OKLCH
oklch(0.82 0.135 182.9)CMYK
cmyk(75%, 0%, 9%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22DAC5
2#1EC2AF
3#1BAA99
4#179283
5#13796D
6#0F6157
7#0B4942
8#08312C
9#041816
Tints
Lighter variations
1#4CE3D2
2#60E6D7
3#74E9DC
4#88ECE1
5#9CF0E6
6#B0F3EB
7#C3F6F0
8#D7F9F5
9#EBFCFA
Tones
Muted variations
1#41D8C6
2#49CFC0
3#52C7B9
4#5ABFB3
5#62B6AC
6#6BAEA6
7#73A5A0
8#7B9D99
9#849593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D8 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4740 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFC;
--cyan-100: #E0FAF7;
--cyan-200: #C6F6F0;
--cyan-300: #9AEFE5;
--cyan-400: #65E7D8;
--cyan-500: #38E0CC;
--cyan-600: #1EC2AF;
--cyan-700: #189A8B;
--cyan-800: #116E63;
--cyan-900: #0B4740;
--cyan-950: #072C28;
}