Sky Blue

#8BFDEE

Cyan

Color Codes

All color formats for development

HEX
#8BFDEE
RGB
rgb(139, 253, 238)
HSL
hsl(172, 97%, 77%)
OKLCH
oklch(0.922 0.107 184.5)
CMYK
cmyk(45%, 0%, 6%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFE
300
#8BFD
400
#4FFC
500
#1DFC
600
#03DD
700
#03B0
800
#027E
900
#0150
950
#0132

Shades

Darker variations

1#65FDE8
2#3EFCE3
3#17FBDD
4#04E8CA
5#03C1A8
6#029B86
7#027465
8#014D43
9#012722

Tints

Lighter variations

1#97FDF0
2#A3FEF1
3#AEFEF3
4#BAFEF5
5#C5FEF7
6#D1FEF8
7#DCFEFA
8#E8FFFC
9#F3FFFD

Tones

Muted variations

1#91F8EA
2#97F2E6
3#9DECE2
4#A2E6DD
5#A8E1D9
6#AEDBD5
7#B3D5D1
8#B9D0CD
9#BFCAC9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEFA
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEF5
Secondary backgroundsInput backgroundsDividers
300
8BFD
#8BFDEE
BordersInactive statesPlaceholder text
400
4FFC
#4FFCE5
Disabled statesSecondary iconsMuted text
500
1DFC
#1DFCDE
Primary brand colorCTAsActive elementsLinks
600
03DD
#03DDC0
Hover statesFocus ringsPrimary buttons hover
700
03B0
#03B099
Active/pressed statesDark mode accentsSecondary text
800
027E
#027E6D
Text on light backgroundsHeadingsStrong borders
900
0150
#015046
Primary textHigh emphasis contentDark headings
950
0132
#01322C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FFFD;
  --sky-blue-100: #DCFEFA;
  --sky-blue-200: #BEFEF5;
  --sky-blue-300: #8BFDEE;
  --sky-blue-400: #4FFCE5;
  --sky-blue-500: #1DFCDE;
  --sky-blue-600: #03DDC0;
  --sky-blue-700: #03B099;
  --sky-blue-800: #027E6D;
  --sky-blue-900: #015046;
  --sky-blue-950: #01322C;
}
Generate More ShadesCreate PaletteConvert Color