Sky Blue

#81C2CA

Cyan

Color Codes

All color formats for development

HEX
#81C2CA
RGB
rgb(129, 194, 202)
HSL
hsl(187, 41%, 65%)
OKLCH
oklch(0.773 0.067 205.7)
CMYK
cmyk(36%, 4%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.00:1

AA AAA

On Black Background

10.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E6F3
200
#D0E8
300
#ACD7
400
#81C2
500
#5DB0
600
#4293
700
#3575
800
#2654
900
#1836
950
#0F22

Shades

Darker variations

1#6AB6C1
2#52ABB7
3#4498A4
4#3B838C
5#316D75
6#27575D
7#1D4146
8#142C2F
9#0A1617

Tints

Lighter variations

1#8EC8D0
2#9ACED5
3#A7D4DA
4#B3DADF
5#C0E0E5
6#CDE7EA
7#D9EDEF
8#E6F3F4
9#F2F9FA

Tones

Muted variations

1#85BFC7
2#88BCC3
3#8CB9BF
4#90B7BC
5#93B4B8
6#97B1B4
7#9BAEB1
8#9EABAD
9#A2A9A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFA
BackgroundsSubtle highlightsCard backgrounds
100
E6F3
#E6F3F4
Light backgroundsTable row hoverSkeleton loading
200
D0E8
#D0E8EB
Secondary backgroundsInput backgroundsDividers
300
ACD7
#ACD7DC
BordersInactive statesPlaceholder text
400
81C2
#81C2CA
Disabled statesSecondary iconsMuted text
500
5DB0
#5DB0BB
Primary brand colorCTAsActive elementsLinks
600
4293
#42939E
Hover statesFocus ringsPrimary buttons hover
700
3575
#35757E
Active/pressed statesDark mode accentsSecondary text
800
2654
#26545A
Text on light backgroundsHeadingsStrong borders
900
1836
#18363A
Primary textHigh emphasis contentDark headings
950
0F22
#0F2224
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4FAFA;
  --sky-blue-100: #E6F3F4;
  --sky-blue-200: #D0E8EB;
  --sky-blue-300: #ACD7DC;
  --sky-blue-400: #81C2CA;
  --sky-blue-500: #5DB0BB;
  --sky-blue-600: #42939E;
  --sky-blue-700: #35757E;
  --sky-blue-800: #26545A;
  --sky-blue-900: #18363A;
  --sky-blue-950: #0F2224;
}
Generate More ShadesCreate PaletteConvert Color