Sky Blue
#6CDEE0
CyanColor Codes
All color formats for development
HEX
#6CDEE0RGB
rgb(108, 222, 224)HSL
hsl(181, 65%, 65%)OKLCH
oklch(0.835 0.104 196.9)CMYK
cmyk(52%, 1%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50D8DA
2#35D2D4
3#29BDBF
4#23A2A4
5#1D8789
6#176C6D
7#115152
8#0C3637
9#061B1B
Tints
Lighter variations
1#7AE1E3
2#89E4E6
3#98E8E9
4#A7EBEC
5#B5EEEF
6#C4F2F3
7#D3F5F6
8#E2F8F9
9#F0FCFC
Tones
Muted variations
1#72D8DA
2#77D3D4
3#7DCDCE
4#83C7C9
5#89C2C3
6#8FBCBD
7#94B7B7
8#9AB1B1
9#A0ABAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE9 #9EE9EA | BordersInactive statesPlaceholder text |
| 400 | 6CDE #6CDEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D4 #42D4D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B7 #27B7B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F91 #1F9193 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1668 #166869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E42 #0E4243 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F8F9;
--sky-blue-200: #C8F3F3;
--sky-blue-300: #9EE9EA;
--sky-blue-400: #6CDEE0;
--sky-blue-500: #42D4D7;
--sky-blue-600: #27B7B9;
--sky-blue-700: #1F9193;
--sky-blue-800: #166869;
--sky-blue-900: #0E4243;
--sky-blue-950: #092A2A;
}