Sky Blue
#6EDED8
CyanColor Codes
All color formats for development
HEX
#6EDED8RGB
rgb(110, 222, 216)HSL
hsl(177, 63%, 65%)OKLCH
oklch(0.833 0.103 190.7)CMYK
cmyk(50%, 0%, 3%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8D1
2#37D2CA
3#2BBDB6
4#25A29C
5#1F8782
6#196C68
7#12514E
8#0C3634
9#061B1A
Tints
Lighter variations
1#7CE1DC
2#8BE5E0
3#99E8E4
4#A8EBE8
5#B6EEEC
6#C5F2F0
7#D3F5F3
8#E2F8F7
9#F0FCFB
Tones
Muted variations
1#73D8D3
2#79D3CE
3#7ECDC9
4#84C7C4
5#8AC2BF
6#8FBCBA
7#95B7B5
8#9BB1B0
9#A0ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED8 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21918C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4340 | 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: #F3FCFC;
--sky-blue-100: #E2F8F7;
--sky-blue-200: #C9F3F1;
--sky-blue-300: #9FE9E6;
--sky-blue-400: #6EDED8;
--sky-blue-500: #44D5CD;
--sky-blue-600: #2AB7B0;
--sky-blue-700: #21918C;
--sky-blue-800: #186864;
--sky-blue-900: #0F4340;
--sky-blue-950: #092A28;
}