Sky Blue
#6EDEDE
CyanColor Codes
All color formats for development
HEX
#6EDEDERGB
rgb(110, 222, 222)HSL
hsl(180, 63%, 65%)OKLCH
oklch(0.835 0.102 195.4)CMYK
cmyk(50%, 0%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8D8
2#37D2D2
3#2BBDBD
4#25A2A2
5#1F8787
6#196C6C
7#125151
8#0C3636
9#061B1B
Tints
Lighter variations
1#7CE1E1
2#8BE5E5
3#99E8E8
4#A8EBEB
5#B6EEEE
6#C5F2F2
7#D3F5F5
8#E2F8F8
9#F0FCFC
Tones
Muted variations
1#73D8D8
2#79D3D3
3#7ECDCD
4#84C7C7
5#8AC2C2
6#8FBCBC
7#95B7B7
8#9BB1B1
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 #C9F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDE | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4343 | 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: #F3FCFC;
--sky-blue-100: #E2F8F8;
--sky-blue-200: #C9F3F3;
--sky-blue-300: #9FE9E9;
--sky-blue-400: #6EDEDE;
--sky-blue-500: #44D5D5;
--sky-blue-600: #2AB7B7;
--sky-blue-700: #219191;
--sky-blue-800: #186868;
--sky-blue-900: #0F4343;
--sky-blue-950: #092A2A;
}