Sky Blue
#6AE0E2
CyanColor Codes
All color formats for development
HEX
#6AE0E2RGB
rgb(106, 224, 226)HSL
hsl(181, 67%, 65%)OKLCH
oklch(0.84 0.106 196.8)CMYK
cmyk(53%, 1%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDADC
2#33D4D7
3#26BFC2
4#21A4A6
5#1B898A
6#166D6F
7#105253
8#0B3737
9#051B1C
Tints
Lighter variations
1#79E3E4
2#88E6E7
3#97E9EA
4#A6ECED
5#B4EFF0
6#C3F2F3
7#D2F6F6
8#E1F9F9
9#F0FCFC
Tones
Muted variations
1#70DADC
2#76D4D6
3#7CCED0
4#82C8CA
5#88C3C4
6#8EBDBE
7#94B7B8
8#9AB1B2
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 | C8F3 #C8F3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEA #9DEAEC | BordersInactive statesPlaceholder text |
| 400 | 6AE0 #6AE0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD7 #3FD7D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25B9 #25B9BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D93 #1D9395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1569 #15696A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4344 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | 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: #C8F3F4;
--sky-blue-300: #9DEAEC;
--sky-blue-400: #6AE0E2;
--sky-blue-500: #3FD7D9;
--sky-blue-600: #25B9BB;
--sky-blue-700: #1D9395;
--sky-blue-800: #15696A;
--sky-blue-900: #0D4344;
--sky-blue-950: #082A2B;
}