Sky Blue
#6DDFD5
CyanColor Codes
All color formats for development
HEX
#6DDFD5RGB
rgb(109, 223, 213)HSL
hsl(175, 64%, 65%)OKLCH
oklch(0.834 0.105 187.7)CMYK
cmyk(51%, 0%, 4%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9CE
2#36D3C6
3#2ABEB2
4#24A398
5#1E887F
6#186D66
7#12524C
8#0C3633
9#061B19
Tints
Lighter variations
1#7BE2DA
2#8AE5DE
3#99E9E2
4#A7ECE6
5#B6EFEA
6#C4F2EE
7#D3F5F3
8#E2F9F7
9#F0FCFB
Tones
Muted variations
1#72D9D1
2#78D3CC
3#7ECEC7
4#83C8C2
5#89C2BE
6#8FBDB9
7#95B7B4
8#9AB1AF
9#A0ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E2F9F7;
--sky-blue-200: #C9F3F0;
--sky-blue-300: #9FEAE4;
--sky-blue-400: #6DDFD5;
--sky-blue-500: #43D6C9;
--sky-blue-600: #28B8AC;
--sky-blue-700: #209289;
--sky-blue-800: #176962;
--sky-blue-900: #0F433F;
--sky-blue-950: #092A27;
}