Sky Blue
#6DDFD0
CyanColor Codes
All color formats for development
HEX
#6DDFD0RGB
rgb(109, 223, 208)HSL
hsl(172, 64%, 65%)OKLCH
oklch(0.833 0.107 184.1)CMYK
cmyk(51%, 0%, 7%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9C7
2#36D3BE
3#2ABEAA
4#24A392
5#1E887A
6#186D61
7#125249
8#0C3631
9#061B18
Tints
Lighter variations
1#7BE2D4
2#8AE5D9
3#99E9DE
4#A7ECE3
5#B6EFE7
6#C4F2EC
7#D3F5F1
8#E2F9F6
9#F0FCFA
Tones
Muted variations
1#72D9CB
2#78D3C7
3#7ECEC3
4#83C8BF
5#89C2BB
6#8FBDB7
7#95B7B2
8#9AB1AE
9#A0ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD0 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209283 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E2F9F6;
--sky-blue-200: #C9F3ED;
--sky-blue-300: #9FEAE0;
--sky-blue-400: #6DDFD0;
--sky-blue-500: #43D6C2;
--sky-blue-600: #28B8A5;
--sky-blue-700: #209283;
--sky-blue-800: #17695E;
--sky-blue-900: #0F433C;
--sky-blue-950: #092A25;
}