Cyan
#15CBCB
CyanColor Codes
All color formats for development
HEX
#15CBCBRGB
rgb(21, 203, 203)HSL
hsl(180, 81%, 44%)OKLCH
oklch(0.764 0.128 194.8)CMYK
cmyk(90%, 0%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B7B7
2#11A2A2
3#0F8E8E
4#0D7A7A
5#0B6666
6#095151
7#063D3D
8#042929
9#021414
Tints
Lighter variations
1#18E5E5
2#30E9E9
3#4AECEC
4#64EFEF
5#7EF1F1
6#98F4F4
7#B1F7F7
8#CBFAFA
9#E5FCFC
Tones
Muted variations
1#1EC2C2
2#27B9B9
3#31B0B0
4#3AA7A7
5#439E9E
6#4C9595
7#558B8B
8#5E8282
9#677979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A2A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A4A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DFFCFC;
--cyan-200: #C3F9F9;
--cyan-300: #95F4F4;
--cyan-400: #5DEEEE;
--cyan-500: #2FE9E9;
--cyan-600: #15CBCB;
--cyan-700: #11A2A2;
--cyan-800: #0C7373;
--cyan-900: #084A4A;
--cyan-950: #052E2E;
}