Cyan

#02C4DE

Cyan

Color Codes

All color formats for development

HEX
#02C4DE
RGB
rgb(2, 196, 222)
HSL
hsl(187, 98%, 44%)
OKLCH
oklch(0.753 0.131 211.5)
CMYK
cmyk(99%, 12%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

2.11:1

AA AAA

On Black Background

9.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFB
200
#BDF7
300
#8BF0
400
#4EE9
500
#1CE2
600
#02C4
700
#029C
800
#0170
900
#0147
950
#012D

Shades

Darker variations

1#02B1C8
2#029DB2
3#028A9C
4#017685
5#01626F
6#014F59
7#013B43
8#00272C
9#001416

Tints

Lighter variations

1#03DEFA
2#1DE3FD
3#39E6FD
4#55EAFD
5#72EDFE
6#8EF1FE
7#AAF4FE
8#C6F8FE
9#E3FBFF

Tones

Muted variations

1#0DBCD3
2#18B4C8
3#23ABBD
4#2EA3B2
5#399AA7
6#44929C
7#4F8991
8#5A8186
9#65797B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFB
#DCFBFF
Light backgroundsTable row hoverSkeleton loading
200
BDF7
#BDF7FE
Secondary backgroundsInput backgroundsDividers
300
8BF0
#8BF0FE
BordersInactive statesPlaceholder text
400
4EE9
#4EE9FD
Disabled statesSecondary iconsMuted text
500
1CE2
#1CE2FD
Primary brand colorCTAsActive elementsLinks
600
02C4
#02C4DE
Hover statesFocus ringsPrimary buttons hover
700
029C
#029CB1
Active/pressed statesDark mode accentsSecondary text
800
0170
#01707E
Text on light backgroundsHeadingsStrong borders
900
0147
#014751
Primary textHigh emphasis contentDark headings
950
012D
#012D32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FDFF;
  --cyan-100: #DCFBFF;
  --cyan-200: #BDF7FE;
  --cyan-300: #8BF0FE;
  --cyan-400: #4EE9FD;
  --cyan-500: #1CE2FD;
  --cyan-600: #02C4DE;
  --cyan-700: #029CB1;
  --cyan-800: #01707E;
  --cyan-900: #014751;
  --cyan-950: #012D32;
}
Generate More ShadesCreate PaletteConvert Color