Cyan
#38DAE0
CyanColor Codes
All color formats for development
HEX
#38DAE0RGB
rgb(56, 218, 224)HSL
hsl(182, 73%, 55%)OKLCH
oklch(0.812 0.127 198.8)CMYK
cmyk(75%, 3%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22D4DA
2#1EBDC2
3#1BA5AA
4#178D92
5#137679
6#0F5E61
7#0B4749
8#082F31
9#041818
Tints
Lighter variations
1#4CDEE3
2#60E2E6
3#74E5E9
4#88E9EC
5#9CEDF0
6#B0F0F3
7#C3F4F6
8#D7F8F9
9#EBFBFC
Tones
Muted variations
1#41D3D8
2#49CBCF
3#52C3C7
4#5ABBBF
5#62B3B6
6#6BACAE
7#73A4A5
8#7B9C9D
9#849495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEC #9AECEF | BordersInactive statesPlaceholder text |
| 400 | 65E3 #65E3E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38DA #38DAE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EBD #1EBDC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1896 #18969A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116B #116B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B45 #0B4547 | Primary textHigh emphasis contentDark headings |
| 950 | 072B #072B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFD;
--cyan-100: #E0F9FA;
--cyan-200: #C6F4F6;
--cyan-300: #9AECEF;
--cyan-400: #65E3E7;
--cyan-500: #38DAE0;
--cyan-600: #1EBDC2;
--cyan-700: #18969A;
--cyan-800: #116B6E;
--cyan-900: #0B4547;
--cyan-950: #072B2C;
}