Cyan

#23F6C1

Cyan

Color Codes

All color formats for development

HEX
#23F6C1
RGB
rgb(35, 246, 193)
HSL
hsl(165, 92%, 55%)
OKLCH
oklch(0.867 0.168 169.4)
CMYK
cmyk(86%, 0%, 22%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.40:1

AA AAA

On Black Background

15.02: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#0AF2B8
2#09D7A4
3#08BC8F
4#07A27B
5#068766
6#046C52
7#03513D
8#023629
9#011B14

Tints

Lighter variations

1#39F7C7
2#4FF8CD
3#65F9D4
4#7BF9DA
5#91FAE0
6#A7FBE6
7#BDFCEC
8#D3FDF3
9#E9FEF9

Tones

Muted variations

1#2DEBBC
2#38E1B6
3#42D6B1
4#4DCCAC
5#57C1A7
6#62B6A1
7#6DAC9C
8#77A197
9#829792

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF5
Light backgroundsTable row hoverSkeleton loading
200
BFFC
#BFFCED
Secondary backgroundsInput backgroundsDividers
300
8EFA
#8EFADF
BordersInactive statesPlaceholder text
400
54F8
#54F8CF
Disabled statesSecondary iconsMuted text
500
23F6
#23F6C1
Primary brand colorCTAsActive elementsLinks
600
09D7
#09D7A4
Hover statesFocus ringsPrimary buttons hover
700
07AB
#07AB82
Active/pressed statesDark mode accentsSecondary text
800
057A
#057A5D
Text on light backgroundsHeadingsStrong borders
900
034E
#034E3C
Primary textHigh emphasis contentDark headings
950
0231
#023125
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FEFB;
  --cyan-100: #DDFEF5;
  --cyan-200: #BFFCED;
  --cyan-300: #8EFADF;
  --cyan-400: #54F8CF;
  --cyan-500: #23F6C1;
  --cyan-600: #09D7A4;
  --cyan-700: #07AB82;
  --cyan-800: #057A5D;
  --cyan-900: #034E3C;
  --cyan-950: #023125;
}
Generate More ShadesCreate PaletteConvert Color