Cyan

#0BD5D5

Cyan

Color Codes

All color formats for development

HEX
#0BD5D5
RGB
rgb(11, 213, 213)
HSL
hsl(180, 90%, 44%)
OKLCH
oklch(0.791 0.134 194.8)
CMYK
cmyk(95%, 0%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.49: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#0AC0C0
2#09ABAB
3#089595
4#078080
5#066B6B
6#045555
7#034040
8#022B2B
9#011515

Tints

Lighter variations

1#0DF0F0
2#26F4F4
3#41F5F5
4#5CF6F6
5#77F8F8
6#92F9F9
7#AEFBFB
8#C9FCFC
9#E4FEFE

Tones

Muted variations

1#15CBCB
2#1FC1C1
3#2AB7B7
4#34ADAD
5#3EA3A3
6#489999
7#528E8E
8#5C8484
9#667A7A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDFD
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCFC
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9F9
BordersInactive statesPlaceholder text
400
55F6
#55F6F6
Disabled statesSecondary iconsMuted text
500
25F4
#25F4F4
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD5D5
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AAAA
Active/pressed statesDark mode accentsSecondary text
800
0679
#067979
Text on light backgroundsHeadingsStrong borders
900
044E
#044E4E
Primary textHigh emphasis contentDark headings
950
0330
#033030
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FEFE;
  --cyan-100: #DDFDFD;
  --cyan-200: #C0FCFC;
  --cyan-300: #90F9F9;
  --cyan-400: #55F6F6;
  --cyan-500: #25F4F4;
  --cyan-600: #0BD5D5;
  --cyan-700: #09AAAA;
  --cyan-800: #067979;
  --cyan-900: #044E4E;
  --cyan-950: #033030;
}
Generate More ShadesCreate PaletteConvert Color