Sky Blue
#6ED5DE
CyanColor Codes
All color formats for development
HEX
#6ED5DERGB
rgb(110, 213, 222)HSL
hsl(185, 63%, 65%)OKLCH
oklch(0.815 0.097 203)CMYK
cmyk(50%, 4%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53CDD8
2#37C5D2
3#2BB1BD
4#2598A2
5#1F7E87
6#19656C
7#124C51
8#0C3336
9#06191B
Tints
Lighter variations
1#7CD9E1
2#8BDDE5
3#99E1E8
4#A8E6EB
5#B6EAEE
6#C5EEF2
7#D3F2F5
8#E2F7F8
9#F0FBFC
Tones
Muted variations
1#73D0D8
2#79CBD3
3#7EC7CD
4#84C2C7
5#8ABDC2
6#8FB8BC
7#95B4B7
8#9BAFB1
9#A0AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EF #C9EFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE3 #9FE3E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED5 #6ED5DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C8 #44C8D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AAB #2AABB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2188 #218891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1861 #186168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3E #0F3E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F7F8;
--sky-blue-200: #C9EFF3;
--sky-blue-300: #9FE3E9;
--sky-blue-400: #6ED5DE;
--sky-blue-500: #44C8D5;
--sky-blue-600: #2AABB7;
--sky-blue-700: #218891;
--sky-blue-800: #186168;
--sky-blue-900: #0F3E43;
--sky-blue-950: #09272A;
}