Sky Blue

#6FDCC6

Cyan

Color Codes

All color formats for development

HEX
#6FDCC6
RGB
rgb(111, 220, 198)
HSL
hsl(168, 61%, 65%)
OKLCH
oklch(0.824 0.106 178.6)
CMYK
cmyk(50%, 0%, 10%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#CAF2
300
#A1E8
400
#6FDC
500
#46D2
600
#2CB5
700
#2390
800
#1967
900
#1042
950
#0A29

Shades

Darker variations

1#55D6BC
2#3ACFB1
3#2DBB9E
4#27A088
5#208571
6#1A6B5B
7#135044
8#0D352D
9#061B17

Tints

Lighter variations

1#7EE0CC
2#8CE3D2
3#9AE7D7
4#A9EADD
5#B7EEE3
6#C6F1E8
7#D4F5EE
8#E2F8F4
9#F1FCF9

Tones

Muted variations

1#75D7C3
2#7AD1C0
3#80CCBD
4#85C6B9
5#8BC1B6
6#90BCB3
7#95B6B0
8#9BB1AC
9#A0ABA9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F4
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2EA
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8DA
BordersInactive statesPlaceholder text
400
6FDC
#6FDCC6
Disabled statesSecondary iconsMuted text
500
46D2
#46D2B6
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB599
Hover statesFocus ringsPrimary buttons hover
700
2390
#23907A
Active/pressed statesDark mode accentsSecondary text
800
1967
#196757
Text on light backgroundsHeadingsStrong borders
900
1042
#104238
Primary textHigh emphasis contentDark headings
950
0A29
#0A2923
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3FCFA;
  --sky-blue-100: #E2F8F4;
  --sky-blue-200: #CAF2EA;
  --sky-blue-300: #A1E8DA;
  --sky-blue-400: #6FDCC6;
  --sky-blue-500: #46D2B6;
  --sky-blue-600: #2CB599;
  --sky-blue-700: #23907A;
  --sky-blue-800: #196757;
  --sky-blue-900: #104238;
  --sky-blue-950: #0A2923;
}
Generate More ShadesCreate PaletteConvert Color