Sky Blue
#6AE2DA
CyanColor Codes
All color formats for development
HEX
#6AE2DARGB
rgb(106, 226, 218)HSL
hsl(176, 67%, 65%)OKLCH
oklch(0.842 0.109 189.4)CMYK
cmyk(53%, 0%, 4%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCD3
2#33D7CC
3#26C2B7
4#21A69D
5#1B8A83
6#166F69
7#10534F
8#0B3734
9#051C1A
Tints
Lighter variations
1#79E4DD
2#88E7E1
3#97EAE5
4#A6EDE9
5#B4F0EC
6#C3F3F0
7#D2F6F4
8#E1F9F8
9#F0FCFB
Tones
Muted variations
1#70DCD4
2#76D6CF
3#7CD0CA
4#82CAC5
5#88C4C0
6#8EBEBA
7#94B8B5
8#9AB2B0
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE6 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2DA | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D958D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4440 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F9F8;
--sky-blue-200: #C8F4F1;
--sky-blue-300: #9DECE6;
--sky-blue-400: #6AE2DA;
--sky-blue-500: #3FD9CF;
--sky-blue-600: #25BBB1;
--sky-blue-700: #1D958D;
--sky-blue-800: #156A65;
--sky-blue-900: #0D4440;
--sky-blue-950: #082B28;
}