Sky Blue
#6EDCDE
CyanColor Codes
All color formats for development
HEX
#6EDCDERGB
rgb(110, 220, 222)HSL
hsl(181, 63%, 65%)OKLCH
oklch(0.831 0.101 197)CMYK
cmyk(50%, 1%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D6D8
2#37CFD2
3#2BBBBD
4#25A0A2
5#1F8587
6#196B6C
7#125051
8#0C3536
9#061B1B
Tints
Lighter variations
1#7CE0E1
2#8BE3E5
3#99E7E8
4#A8EAEB
5#B6EEEE
6#C5F1F2
7#D3F5F5
8#E2F8F8
9#F0FCFC
Tones
Muted variations
1#73D7D8
2#79D1D3
3#7ECCCD
4#84C6C7
5#8AC1C2
6#8FBBBC
7#95B6B7
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 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE8 #9FE8E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDC #6EDCDE | Disabled statesSecondary iconsMuted text |
| 500 | 44D2 #44D2D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB5 #2AB5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2190 #219091 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1867 #186768 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F42 #0F4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | 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: #C9F2F3;
--sky-blue-300: #9FE8E9;
--sky-blue-400: #6EDCDE;
--sky-blue-500: #44D2D5;
--sky-blue-600: #2AB5B7;
--sky-blue-700: #219091;
--sky-blue-800: #186768;
--sky-blue-900: #0F4243;
--sky-blue-950: #09292A;
}