Cyan
#1EFAFA
CyanColor Codes
All color formats for development
HEX
#1EFAFARGB
rgb(30, 250, 250)HSL
hsl(180, 96%, 55%)OKLCH
oklch(0.893 0.15 194.8)CMYK
cmyk(88%, 0%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7F7
2#04DCDC
3#04C0C0
4#03A5A5
5#038989
6#026E6E
7#025252
8#013737
9#011B1B
Tints
Lighter variations
1#35FBFB
2#4BFBFB
3#62FCFC
4#78FCFC
5#8FFDFD
6#A5FDFD
7#BCFEFE
8#D2FEFE
9#E9FFFF
Tones
Muted variations
1#29EFEF
2#34E4E4
3#3FD9D9
4#4ACECE
5#55C3C3
6#60B8B8
7#6BADAD
8#76A2A2
9#819797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDFD | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AFAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025050 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFF;
--cyan-100: #DCFEFE;
--cyan-200: #BEFEFE;
--cyan-300: #8CFDFD;
--cyan-400: #50FBFB;
--cyan-500: #1EFAFA;
--cyan-600: #04DCDC;
--cyan-700: #04AFAF;
--cyan-800: #037D7D;
--cyan-900: #025050;
--cyan-950: #013232;
}