Sky Blue
#6EDECD
CyanColor Codes
All color formats for development
HEX
#6EDECDRGB
rgb(110, 222, 205)HSL
hsl(171, 63%, 65%)OKLCH
oklch(0.83 0.106 182.5)CMYK
cmyk(50%, 0%, 8%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8C4
2#37D2BB
3#2BBDA7
4#25A28F
5#1F8777
6#196C60
7#125148
8#0C3630
9#061B18
Tints
Lighter variations
1#7CE1D2
2#8BE5D7
3#99E8DC
4#A8EBE1
5#B6EEE6
6#C5F2EB
7#D3F5F0
8#E2F8F5
9#F0FCFA
Tones
Muted variations
1#73D8C9
2#79D3C5
3#7ECDC1
4#84C7BD
5#8AC2B9
6#8FBCB5
7#95B7B2
8#9BB1AE
9#A0ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DE | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECD | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433B | 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: #F3FCFB;
--sky-blue-100: #E2F8F5;
--sky-blue-200: #C9F3EC;
--sky-blue-300: #9FE9DE;
--sky-blue-400: #6EDECD;
--sky-blue-500: #44D5BF;
--sky-blue-600: #2AB7A2;
--sky-blue-700: #219181;
--sky-blue-800: #18685C;
--sky-blue-900: #0F433B;
--sky-blue-950: #092A25;
}