Sky Blue
#6EDEDA
CyanColor Codes
All color formats for development
HEX
#6EDEDARGB
rgb(110, 222, 218)HSL
hsl(178, 63%, 65%)OKLCH
oklch(0.834 0.103 192.3)CMYK
cmyk(50%, 0%, 2%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8D3
2#37D2CD
3#2BBDB8
4#25A29E
5#1F8784
6#196C69
7#12514F
8#0C3635
9#061B1A
Tints
Lighter variations
1#7CE1DE
2#8BE5E2
3#99E8E5
4#A8EBE9
5#B6EEED
6#C5F2F0
7#D3F5F4
8#E2F8F8
9#F0FCFB
Tones
Muted variations
1#73D8D5
2#79D3D0
3#7ECDCA
4#84C7C5
5#8AC2C0
6#8FBCBB
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 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDA | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21918E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4341 | 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: #E2F8F8;
--sky-blue-200: #C9F3F1;
--sky-blue-300: #9FE9E7;
--sky-blue-400: #6EDEDA;
--sky-blue-500: #44D5D0;
--sky-blue-600: #2AB7B2;
--sky-blue-700: #21918E;
--sky-blue-800: #186865;
--sky-blue-900: #0F4341;
--sky-blue-950: #092A28;
}