Cyan
#2BEEEE
CyanColor Codes
All color formats for development
HEX
#2BEEEERGB
rgb(43, 238, 238)HSL
hsl(180, 85%, 55%)OKLCH
oklch(0.862 0.141 194.9)CMYK
cmyk(82%, 0%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13EAEA
2#11D0D0
3#0FB6B6
4#0D9C9C
5#0B8282
6#086868
7#064E4E
8#043434
9#021A1A
Tints
Lighter variations
1#40F0F0
2#55F1F1
3#6AF3F3
4#80F5F5
5#95F6F6
6#AAF8F8
7#BFFAFA
8#D5FCFC
9#EAFDFD
Tones
Muted variations
1#34E4E4
2#3EDADA
3#48D1D1
4#52C7C7
5#5BBDBD
6#65B3B3
7#6FAAAA
8#79A0A0
9#829696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F6 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA5A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7676 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B4B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DEFCFC;
--cyan-200: #C2FAFA;
--cyan-300: #92F6F6;
--cyan-400: #5AF2F2;
--cyan-500: #2BEEEE;
--cyan-600: #11D0D0;
--cyan-700: #0DA5A5;
--cyan-800: #0A7676;
--cyan-900: #064B4B;
--cyan-950: #042F2F;
}