Sky Blue
#6DDFD7
CyanColor Codes
All color formats for development
HEX
#6DDFD7RGB
rgb(109, 223, 215)HSL
hsl(176, 64%, 65%)OKLCH
oklch(0.835 0.105 189.2)CMYK
cmyk(51%, 0%, 4%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9D0
2#36D3C8
3#2ABEB4
4#24A39B
5#1E8881
6#186D67
7#12524D
8#0C3634
9#061B1A
Tints
Lighter variations
1#7BE2DB
2#8AE5DF
3#99E9E3
4#A7ECE7
5#B6EFEB
6#C4F2EF
7#D3F5F3
8#E2F9F7
9#F0FCFB
Tones
Muted variations
1#72D9D2
2#78D3CD
3#7ECEC8
4#83C8C3
5#89C2BF
6#8FBDBA
7#95B7B5
8#9AB1B0
9#A0ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE5 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD7 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20928B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F9F7;
--sky-blue-200: #C9F3F0;
--sky-blue-300: #9FEAE5;
--sky-blue-400: #6DDFD7;
--sky-blue-500: #43D6CC;
--sky-blue-600: #28B8AE;
--sky-blue-700: #20928B;
--sky-blue-800: #176963;
--sky-blue-900: #0F433F;
--sky-blue-950: #092A28;
}