Cyan
#2BEBEE
CyanColor Codes
All color formats for development
HEX
#2BEBEERGB
rgb(43, 235, 238)HSL
hsl(181, 85%, 55%)OKLCH
oklch(0.855 0.14 196.6)CMYK
cmyk(82%, 1%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13E6EA
2#11CCD0
3#0FB3B6
4#0D999C
5#0B8082
6#086668
7#064D4E
8#043334
9#021A1A
Tints
Lighter variations
1#40EDF0
2#55EFF1
3#6AF1F3
4#80F3F5
5#95F5F6
6#AAF7F8
7#BFF9FA
8#D5FBFC
9#EAFDFD
Tones
Muted variations
1#34E1E4
2#3ED8DA
3#48CED1
4#52C5C7
5#5BBBBD
6#65B2B3
7#6FA9AA
8#799FA0
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 | C2F9 #C2F9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F5 #92F5F6 | BordersInactive statesPlaceholder text |
| 400 | 5AEF #5AEFF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEB #2BEBEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11CC #11CCD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA3 #0DA3A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A74 #0A7476 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064A #064A4B | Primary textHigh emphasis contentDark headings |
| 950 | 042E #042E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DEFCFC;
--cyan-200: #C2F9FA;
--cyan-300: #92F5F6;
--cyan-400: #5AEFF2;
--cyan-500: #2BEBEE;
--cyan-600: #11CCD0;
--cyan-700: #0DA3A5;
--cyan-800: #0A7476;
--cyan-900: #064A4B;
--cyan-950: #042E2F;
}