Sky Blue
#6DDFCC
CyanColor Codes
All color formats for development
HEX
#6DDFCCRGB
rgb(109, 223, 204)HSL
hsl(170, 64%, 65%)OKLCH
oklch(0.832 0.108 181.2)CMYK
cmyk(51%, 0%, 9%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9C2
2#36D3B9
3#2ABEA6
4#24A38E
5#1E8876
6#186D5F
7#125247
8#0C362F
9#061B18
Tints
Lighter variations
1#7BE2D1
2#8AE5D6
3#99E9DB
4#A7ECE0
5#B6EFE5
6#C4F2EB
7#D3F5F0
8#E2F9F5
9#F0FCFA
Tones
Muted variations
1#72D9C8
2#78D3C4
3#7ECEC0
4#83C8BD
5#89C2B9
6#8FBDB5
7#95B7B1
8#9AB1AD
9#A0ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADD | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFCC | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6BD | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20927F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433A | 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: #F2FCFB;
--sky-blue-100: #E2F9F5;
--sky-blue-200: #C9F3EC;
--sky-blue-300: #9FEADD;
--sky-blue-400: #6DDFCC;
--sky-blue-500: #43D6BD;
--sky-blue-600: #28B8A0;
--sky-blue-700: #20927F;
--sky-blue-800: #17695B;
--sky-blue-900: #0F433A;
--sky-blue-950: #092A24;
}