Sky Blue

#81C8CA

Cyan

Color Codes

All color formats for development

HEX
#81C8CA
RGB
rgb(129, 200, 202)
HSL
hsl(182, 41%, 65%)
OKLCH
oklch(0.787 0.071 198.1)
CMYK
cmyk(36%, 1%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

1.90:1

AA AAA

On Black Background

11.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E6F4
200
#D0EB
300
#ACDB
400
#81C8
500
#5DB8
600
#429B
700
#357B
800
#2658
900
#1838
950
#0F23

Shades

Darker variations

1#6ABEC1
2#52B3B7
3#44A0A4
4#3B8A8C
5#317375
6#275C5D
7#1D4546
8#142E2F
9#0A1717

Tints

Lighter variations

1#8ECDD0
2#9AD3D5
3#A7D8DA
4#B3DEDF
5#C0E3E5
6#CDE9EA
7#D9EEEF
8#E6F4F4
9#F2F9FA

Tones

Muted variations

1#85C4C7
2#88C1C3
3#8CBEBF
4#90BABC
5#93B7B8
6#97B3B4
7#9BB0B1
8#9EADAD
9#A2A9A9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFA
BackgroundsSubtle highlightsCard backgrounds
100
E6F4
#E6F4F4
Light backgroundsTable row hoverSkeleton loading
200
D0EB
#D0EBEB
Secondary backgroundsInput backgroundsDividers
300
ACDB
#ACDBDC
BordersInactive statesPlaceholder text
400
81C8
#81C8CA
Disabled statesSecondary iconsMuted text
500
5DB8
#5DB8BB
Primary brand colorCTAsActive elementsLinks
600
429B
#429B9E
Hover statesFocus ringsPrimary buttons hover
700
357B
#357B7E
Active/pressed statesDark mode accentsSecondary text
800
2658
#26585A
Text on light backgroundsHeadingsStrong borders
900
1838
#18383A
Primary textHigh emphasis contentDark headings
950
0F23
#0F2324
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4FAFA;
  --sky-blue-100: #E6F4F4;
  --sky-blue-200: #D0EBEB;
  --sky-blue-300: #ACDBDC;
  --sky-blue-400: #81C8CA;
  --sky-blue-500: #5DB8BB;
  --sky-blue-600: #429B9E;
  --sky-blue-700: #357B7E;
  --sky-blue-800: #26585A;
  --sky-blue-900: #18383A;
  --sky-blue-950: #0F2324;
}
Generate More ShadesCreate PaletteConvert Color