Cyan
#1EFACB
CyanColor Codes
All color formats for development
HEX
#1EFACBRGB
rgb(30, 250, 203)HSL
hsl(167, 96%, 55%)OKLCH
oklch(0.879 0.167 172.2)CMYK
cmyk(88%, 0%, 19%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05F7C3
2#04DCAD
3#04C098
4#03A582
5#03896C
6#026E57
7#025241
8#01372B
9#011B16
Tints
Lighter variations
1#35FBD0
2#4BFBD5
3#62FCDA
4#78FCE0
5#8FFDE5
6#A5FDEA
7#BCFEEF
8#D2FEF5
9#E9FFFA
Tones
Muted variations
1#29EFC4
2#34E4BE
3#3FD9B8
4#4ACEB2
5#55C3AB
6#60B8A5
7#6BAD9F
8#76A299
9#819792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE4 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBD6 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFEF7;
--cyan-200: #BEFEF0;
--cyan-300: #8CFDE4;
--cyan-400: #50FBD6;
--cyan-500: #1EFACB;
--cyan-600: #04DCAD;
--cyan-700: #04AF8A;
--cyan-800: #037D62;
--cyan-900: #02503F;
--cyan-950: #013227;
}