Sky Blue
#6DDFCA
CyanColor Codes
All color formats for development
HEX
#6DDFCARGB
rgb(109, 223, 202)HSL
hsl(169, 64%, 65%)OKLCH
oklch(0.831 0.109 179.8)CMYK
cmyk(51%, 0%, 9%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9C0
2#36D3B6
3#2ABEA3
4#24A38C
5#1E8874
6#186D5D
7#125246
8#0C362F
9#061B17
Tints
Lighter variations
1#7BE2CF
2#8AE5D5
3#99E9DA
4#A7ECDF
5#B6EFE4
6#C4F2EA
7#D3F5EF
8#E2F9F4
9#F0FCFA
Tones
Muted variations
1#72D9C6
2#78D3C3
3#7ECEBF
4#83C8BB
5#89C2B8
6#8FBDB4
7#95B7B1
8#9AB1AD
9#A0ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADC | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFCA | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B89E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20927D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4339 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFA;
--sky-blue-100: #E2F9F4;
--sky-blue-200: #C9F3EB;
--sky-blue-300: #9FEADC;
--sky-blue-400: #6DDFCA;
--sky-blue-500: #43D6BB;
--sky-blue-600: #28B89E;
--sky-blue-700: #20927D;
--sky-blue-800: #17695A;
--sky-blue-900: #0F4339;
--sky-blue-950: #092A24;
}