Sky Blue
#6EDED3
CyanColor Codes
All color formats for development
HEX
#6EDED3RGB
rgb(110, 222, 211)HSL
hsl(174, 63%, 65%)OKLCH
oklch(0.832 0.104 186.9)CMYK
cmyk(50%, 0%, 5%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8CB
2#37D2C2
3#2BBDAF
4#25A296
5#1F877D
6#196C64
7#12514B
8#0C3632
9#061B19
Tints
Lighter variations
1#7CE1D7
2#8BE5DC
3#99E8E0
4#A8EBE4
5#B6EEE9
6#C5F2ED
7#D3F5F2
8#E2F8F6
9#F0FCFB
Tones
Muted variations
1#73D8CE
2#79D3CA
3#7ECDC5
4#84C7C1
5#8AC2BC
6#8FBCB8
7#95B7B3
8#9BB1AF
9#A0ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED3 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E2F8F6;
--sky-blue-200: #C9F3EF;
--sky-blue-300: #9FE9E2;
--sky-blue-400: #6EDED3;
--sky-blue-500: #44D5C6;
--sky-blue-600: #2AB7A9;
--sky-blue-700: #219186;
--sky-blue-800: #186860;
--sky-blue-900: #0F433D;
--sky-blue-950: #092A26;
}