Cyan

#25F4E2

Cyan

Color Codes

All color formats for development

HEX
#25F4E2
RGB
rgb(37, 244, 226)
HSL
hsl(175, 90%, 55%)
OKLCH
oklch(0.872 0.149 185.2)
CMYK
cmyk(85%, 0%, 7%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.12: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#0DF0DD
2#0BD5C4
3#0ABBAC
4#08A093
5#07857B
6#066B62
7#04504A
8#033531
9#011B19

Tints

Lighter variations

1#3BF5E5
2#51F6E8
3#66F7EB
4#7CF8EE
5#92F9F1
6#A8FAF4
7#BEFCF6
8#D3FDF9
9#E9FEFC

Tones

Muted variations

1#2FE9DA
2#3ADFD1
3#44D5C8
4#4ECAC0
5#59C0B7
6#63B6AF
7#6DABA6
8#78A19D
9#829795

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDFB
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCF7
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9F0
BordersInactive statesPlaceholder text
400
55F6
#55F6E9
Disabled statesSecondary iconsMuted text
500
25F4
#25F4E2
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD5C4
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA9C
Active/pressed statesDark mode accentsSecondary text
800
0679
#067970
Text on light backgroundsHeadingsStrong borders
900
044E
#044E47
Primary textHigh emphasis contentDark headings
950
0330
#03302D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FEFD;
  --cyan-100: #DDFDFB;
  --cyan-200: #C0FCF7;
  --cyan-300: #90F9F0;
  --cyan-400: #55F6E9;
  --cyan-500: #25F4E2;
  --cyan-600: #0BD5C4;
  --cyan-700: #09AA9C;
  --cyan-800: #067970;
  --cyan-900: #044E47;
  --cyan-950: #03302D;
}
Generate More ShadesCreate PaletteConvert Color