Cyan

#1CFDB5

Green

Color Codes

All color formats for development

HEX
#1CFDB5
RGB
rgb(28, 253, 181)
HSL
hsl(161, 98%, 55%)
OKLCH
oklch(0.881 0.186 163.4)
CMYK
cmyk(89%, 0%, 28%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.33:1

AA AAA

On Black Background

15.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFF
200
#BDFE
300
#8BFE
400
#4EFD
500
#1CFD
600
#02DE
700
#02B1
800
#017E
900
#0151
950
#0132

Shades

Darker variations

1#03FAAC
2#02DE99
3#02C285
4#02A772
5#018B5F
6#016F4C
7#015339
8#013826
9#001C13

Tints

Lighter variations

1#33FDBD
2#49FDC4
3#60FDCC
4#77FED3
5#8DFEDA
6#A4FEE2
7#BBFEE9
8#D2FFF0
9#E8FFF8

Tones

Muted variations

1#27F1B1
2#32E6AD
3#3EDBA9
4#49D0A5
5#54C4A1
6#5FB99D
7#6BAE99
8#76A394
9#819790

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFA
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFF4
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEEA
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFED9
BordersInactive statesPlaceholder text
400
4EFD
#4EFDC6
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDB5
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DE99
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B179
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E57
Text on light backgroundsHeadingsStrong borders
900
0151
#015137
Primary textHigh emphasis contentDark headings
950
0132
#013223
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFA;
  --cyan-100: #DCFFF4;
  --cyan-200: #BDFEEA;
  --cyan-300: #8BFED9;
  --cyan-400: #4EFDC6;
  --cyan-500: #1CFDB5;
  --cyan-600: #02DE99;
  --cyan-700: #02B179;
  --cyan-800: #017E57;
  --cyan-900: #015137;
  --cyan-950: #013223;
}
Generate More ShadesCreate PaletteConvert Color