Sky Blue
#6AE2E0
CyanColor Codes
All color formats for development
HEX
#6AE2E0RGB
rgb(106, 226, 224)HSL
hsl(179, 67%, 65%)OKLCH
oklch(0.844 0.108 193.8)CMYK
cmyk(53%, 0%, 1%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCDA
2#33D7D4
3#26C2BF
4#21A6A4
5#1B8A89
6#166F6D
7#105352
8#0B3737
9#051C1B
Tints
Lighter variations
1#79E4E3
2#88E7E6
3#97EAE9
4#A6EDEC
5#B4F0EF
6#C3F3F2
7#D2F6F6
8#E1F9F9
9#F0FCFC
Tones
Muted variations
1#70DCDA
2#76D6D4
3#7CD0CE
4#82CAC8
5#88C4C3
6#8EBEBD
7#94B8B7
8#9AB2B1
9#A0ACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECEA | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4443 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C8F4F3;
--sky-blue-300: #9DECEA;
--sky-blue-400: #6AE2E0;
--sky-blue-500: #3FD9D7;
--sky-blue-600: #25BBB9;
--sky-blue-700: #1D9593;
--sky-blue-800: #156A69;
--sky-blue-900: #0D4443;
--sky-blue-950: #082B2A;
}