Cyan
#15CBC8
CyanColor Codes
All color formats for development
HEX
#15CBC8RGB
rgb(21, 203, 200)HSL
hsl(179, 81%, 44%)OKLCH
oklch(0.763 0.128 192.9)CMYK
cmyk(90%, 0%, 1%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B7B4
2#11A2A0
3#0F8E8C
4#0D7A78
5#0B6664
6#095150
7#063D3C
8#042928
9#021414
Tints
Lighter variations
1#18E5E2
2#30E9E6
3#4AECE9
4#64EFEC
5#7EF1F0
6#98F4F3
7#B1F7F6
8#CBFAF9
9#E5FCFC
Tones
Muted variations
1#1EC2BF
2#27B9B6
3#31B0AE
4#3AA7A5
5#439E9C
6#4C9593
7#558B8B
8#5E8282
9#677979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F2 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEEC | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A49 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DFFCFB;
--cyan-200: #C3F9F8;
--cyan-300: #95F4F2;
--cyan-400: #5DEEEC;
--cyan-500: #2FE9E6;
--cyan-600: #15CBC8;
--cyan-700: #11A29F;
--cyan-800: #0C7372;
--cyan-900: #084A49;
--cyan-950: #052E2D;
}