Sky Blue
#6DDFC4
CyanColor Codes
All color formats for development
HEX
#6DDFC4RGB
rgb(109, 223, 196)HSL
hsl(166, 64%, 65%)OKLCH
oklch(0.829 0.112 175.8)CMYK
cmyk(51%, 0%, 12%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9B9
2#36D3AE
3#2ABE9C
4#24A385
5#1E886F
6#186D59
7#125243
8#0C362C
9#061B16
Tints
Lighter variations
1#7BE2CA
2#8AE5D0
3#99E9D6
4#A7ECDC
5#B6EFE2
6#C4F2E7
7#D3F5ED
8#E2F9F3
9#F0FCF9
Tones
Muted variations
1#72D9C1
2#78D3BE
3#7ECEBB
4#83C8B8
5#89C2B5
6#8FBDB2
7#95B7AF
8#9AB1AC
9#A0ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC4 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B896 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209278 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176956 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4337 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFA;
--sky-blue-100: #E2F9F3;
--sky-blue-200: #C9F3E9;
--sky-blue-300: #9FEAD8;
--sky-blue-400: #6DDFC4;
--sky-blue-500: #43D6B3;
--sky-blue-600: #28B896;
--sky-blue-700: #209278;
--sky-blue-800: #176956;
--sky-blue-900: #0F4337;
--sky-blue-950: #092A22;
}