Sky Blue
#6EDECB
CyanColor Codes
All color formats for development
HEX
#6EDECBRGB
rgb(110, 222, 203)HSL
hsl(170, 63%, 65%)OKLCH
oklch(0.829 0.107 181)CMYK
cmyk(50%, 0%, 9%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8C2
2#37D2B8
3#2BBDA5
4#25A28D
5#1F8776
6#196C5E
7#125147
8#0C362F
9#061B18
Tints
Lighter variations
1#7CE1D0
2#8BE5D6
3#99E8DB
4#A8EBE0
5#B6EEE5
6#C5F2EA
7#D3F5EF
8#E2F8F5
9#F0FCFA
Tones
Muted variations
1#73D8C7
2#79D3C4
3#7ECDC0
4#84C7BC
5#8AC2B8
6#8FBCB5
7#95B7B1
8#9BB1AD
9#A0ABA9
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 #9FE9DD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECB | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | 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: #9FE9DD;
--sky-blue-400: #6EDECB;
--sky-blue-500: #44D5BC;
--sky-blue-600: #2AB79F;
--sky-blue-700: #21917F;
--sky-blue-800: #18685B;
--sky-blue-900: #0F433A;
--sky-blue-950: #092A24;
}