Sky Blue
#6DD5DF
CyanColor Codes
All color formats for development
HEX
#6DD5DFRGB
rgb(109, 213, 223)HSL
hsl(185, 64%, 65%)OKLCH
oklch(0.815 0.097 203.7)CMYK
cmyk(51%, 4%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51CED9
2#36C6D3
3#2AB2BE
4#2498A3
5#1E7F88
6#18666D
7#124C52
8#0C3336
9#06191B
Tints
Lighter variations
1#7BDAE2
2#8ADEE5
3#99E2E9
4#A7E6EC
5#B6EAEF
6#C4EEF2
7#D3F3F5
8#E2F7F9
9#F0FBFC
Tones
Muted variations
1#72D1D9
2#78CCD3
3#7EC7CE
4#83C2C8
5#89BEC2
6#8FB9BD
7#95B4B7
8#9AAFB1
9#A0ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F0 #C9F0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE4 #9FE4EA | BordersInactive statesPlaceholder text |
| 400 | 6DD5 #6DD5DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C9 #43C9D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28AC #28ACB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2089 #208992 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1762 #176269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3F #0F3F43 | 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: #F2FBFC;
--sky-blue-100: #E2F7F9;
--sky-blue-200: #C9F0F3;
--sky-blue-300: #9FE4EA;
--sky-blue-400: #6DD5DF;
--sky-blue-500: #43C9D6;
--sky-blue-600: #28ACB8;
--sky-blue-700: #208992;
--sky-blue-800: #176269;
--sky-blue-900: #0F3F43;
--sky-blue-950: #09272A;
}