Cyan

#23F6CF

Cyan

Color Codes

All color formats for development

HEX
#23F6CF
RGB
rgb(35, 246, 207)
HSL
hsl(169, 92%, 55%)
OKLCH
oklch(0.871 0.16 175.2)
CMYK
cmyk(86%, 0%, 16%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFC
300
#8EFA
400
#54F8
500
#23F6
600
#09D7
700
#07AB
800
#057A
900
#034E
950
#0231

Shades

Darker variations

1#0AF2C8
2#09D7B2
3#08BC9B
4#07A285
5#06876F
6#046C59
7#035143
8#02362C
9#011B16

Tints

Lighter variations

1#39F7D4
2#4FF8D9
3#65F9DD
4#7BF9E2
5#91FAE7
6#A7FBEC
7#BDFCF1
8#D3FDF5
9#E9FEFA

Tones

Muted variations

1#2DEBC8
2#38E1C2
3#42D6BB
4#4DCCB4
5#57C1AE
6#62B6A7
7#6DACA0
8#77A19A
9#829793

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF8
Light backgroundsTable row hoverSkeleton loading
200
BFFC
#BFFCF1
Secondary backgroundsInput backgroundsDividers
300
8EFA
#8EFAE7
BordersInactive statesPlaceholder text
400
54F8
#54F8DA
Disabled statesSecondary iconsMuted text
500
23F6
#23F6CF
Primary brand colorCTAsActive elementsLinks
600
09D7
#09D7B2
Hover statesFocus ringsPrimary buttons hover
700
07AB
#07AB8D
Active/pressed statesDark mode accentsSecondary text
800
057A
#057A65
Text on light backgroundsHeadingsStrong borders
900
034E
#034E41
Primary textHigh emphasis contentDark headings
950
0231
#023128
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FEFC;
  --cyan-100: #DDFEF8;
  --cyan-200: #BFFCF1;
  --cyan-300: #8EFAE7;
  --cyan-400: #54F8DA;
  --cyan-500: #23F6CF;
  --cyan-600: #09D7B2;
  --cyan-700: #07AB8D;
  --cyan-800: #057A65;
  --cyan-900: #034E41;
  --cyan-950: #023128;
}
Generate More ShadesCreate PaletteConvert Color