Cyan

#25F4D1

Cyan

Color Codes

All color formats for development

HEX
#25F4D1
RGB
rgb(37, 244, 209)
HSL
hsl(170, 90%, 55%)
OKLCH
oklch(0.867 0.156 176.9)
CMYK
cmyk(85%, 0%, 14%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.41:1

AA AAA

On Black Background

14.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#90F9
400
#55F6
500
#25F4
600
#0BD5
700
#09AA
800
#0679
900
#044E
950
#0330

Shades

Darker variations

1#0DF0CA
2#0BD5B4
3#0ABB9D
4#08A087
5#078570
6#066B5A
7#045043
8#03352D
9#011B16

Tints

Lighter variations

1#3BF5D6
2#51F6DA
3#66F7DF
4#7CF8E3
5#92F9E8
6#A8FAED
7#BEFCF1
8#D3FDF6
9#E9FEFA

Tones

Muted variations

1#2FE9CA
2#3ADFC3
3#44D5BC
4#4ECAB6
5#59C0AF
6#63B6A8
7#6DABA1
8#78A19A
9#829793

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF8
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCF2
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9E8
BordersInactive statesPlaceholder text
400
55F6
#55F6DB
Disabled statesSecondary iconsMuted text
500
25F4
#25F4D1
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD5B4
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA8F
Active/pressed statesDark mode accentsSecondary text
800
0679
#067966
Text on light backgroundsHeadingsStrong borders
900
044E
#044E41
Primary textHigh emphasis contentDark headings
950
0330
#033029
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FEFC;
  --cyan-100: #DDFDF8;
  --cyan-200: #C0FCF2;
  --cyan-300: #90F9E8;
  --cyan-400: #55F6DB;
  --cyan-500: #25F4D1;
  --cyan-600: #0BD5B4;
  --cyan-700: #09AA8F;
  --cyan-800: #067966;
  --cyan-900: #044E41;
  --cyan-950: #033029;
}
Generate More ShadesCreate PaletteConvert Color