Sky Blue
#6AE2E2
CyanColor Codes
All color formats for development
HEX
#6AE2E2RGB
rgb(106, 226, 226)HSL
hsl(180, 67%, 65%)OKLCH
oklch(0.844 0.108 195.3)CMYK
cmyk(53%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCDC
2#33D7D7
3#26C2C2
4#21A6A6
5#1B8A8A
6#166F6F
7#105353
8#0B3737
9#051C1C
Tints
Lighter variations
1#79E4E4
2#88E7E7
3#97EAEA
4#A6EDED
5#B4F0F0
6#C3F3F3
7#D2F6F6
8#E1F9F9
9#F0FCFC
Tones
Muted variations
1#70DCDC
2#76D6D6
3#7CD0D0
4#82CACA
5#88C4C4
6#8EBEBE
7#94B8B8
8#9AB2B2
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 #C8F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECEC | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4444 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | 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: #C8F4F4;
--sky-blue-300: #9DECEC;
--sky-blue-400: #6AE2E2;
--sky-blue-500: #3FD9D9;
--sky-blue-600: #25BBBB;
--sky-blue-700: #1D9595;
--sky-blue-800: #156A6A;
--sky-blue-900: #0D4444;
--sky-blue-950: #082B2B;
}