Sky Blue
#6EDED5
CyanColor Codes
All color formats for development
HEX
#6EDED5RGB
rgb(110, 222, 213)HSL
hsl(175, 63%, 65%)OKLCH
oklch(0.832 0.104 188.4)CMYK
cmyk(50%, 0%, 4%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8CD
2#37D2C5
3#2BBDB1
4#25A298
5#1F877E
6#196C65
7#12514C
8#0C3633
9#061B19
Tints
Lighter variations
1#7CE1D9
2#8BE5DD
3#99E8E1
4#A8EBE6
5#B6EEEA
6#C5F2EE
7#D3F5F2
8#E2F8F7
9#F0FCFB
Tones
Muted variations
1#73D8D0
2#79D3CB
3#7ECDC7
4#84C7C2
5#8AC2BD
6#8FBCB8
7#95B7B4
8#9BB1AF
9#A0ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED5 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433E | 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: #F3FCFB;
--sky-blue-100: #E2F8F7;
--sky-blue-200: #C9F3EF;
--sky-blue-300: #9FE9E3;
--sky-blue-400: #6EDED5;
--sky-blue-500: #44D5C8;
--sky-blue-600: #2AB7AB;
--sky-blue-700: #219188;
--sky-blue-800: #186861;
--sky-blue-900: #0F433E;
--sky-blue-950: #092A27;
}