Sky Blue
#6EDADE
CyanColor Codes
All color formats for development
HEX
#6EDADERGB
rgb(110, 218, 222)HSL
hsl(182, 63%, 65%)OKLCH
oklch(0.826 0.1 198.6)CMYK
cmyk(50%, 2%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D3D8
2#37CDD2
3#2BB8BD
4#259EA2
5#1F8487
6#19696C
7#124F51
8#0C3536
9#061A1B
Tints
Lighter variations
1#7CDEE1
2#8BE2E5
3#99E5E8
4#A8E9EB
5#B6EDEE
6#C5F0F2
7#D3F4F5
8#E2F8F8
9#F0FBFC
Tones
Muted variations
1#73D5D8
2#79D0D3
3#7ECACD
4#84C5C7
5#8AC0C2
6#8FBBBC
7#95B5B7
8#9BB0B1
9#A0ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE7 #9FE7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDA #6EDADE | Disabled statesSecondary iconsMuted text |
| 500 | 44D0 #44D0D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB2 #2AB2B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 218E #218E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1865 #186568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F41 #0F4143 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F8F8;
--sky-blue-200: #C9F1F3;
--sky-blue-300: #9FE7E9;
--sky-blue-400: #6EDADE;
--sky-blue-500: #44D0D5;
--sky-blue-600: #2AB2B7;
--sky-blue-700: #218E91;
--sky-blue-800: #186568;
--sky-blue-900: #0F4143;
--sky-blue-950: #09282A;
}