Sky Blue
#6DD2DF
CyanColor Codes
All color formats for development
HEX
#6DD2DFRGB
rgb(109, 210, 223)HSL
hsl(187, 64%, 65%)OKLCH
oklch(0.808 0.096 206.5)CMYK
cmyk(51%, 6%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51C9D9
2#36C1D3
3#2AADBE
4#2494A3
5#1E7C88
6#18636D
7#124A52
8#0C3136
9#06191B
Tints
Lighter variations
1#7BD6E2
2#8ADBE5
3#99DFE9
4#A7E4EC
5#B6E8EF
6#C4EDF2
7#D3F1F5
8#E2F6F9
9#F0FAFC
Tones
Muted variations
1#72CDD9
2#78C9D3
3#7EC4CE
4#83C0C8
5#89BCC2
6#8FB7BD
7#95B3B7
8#9AAFB1
9#A0AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EE #C9EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE1 #9FE1EA | BordersInactive statesPlaceholder text |
| 400 | 6DD2 #6DD2DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C5 #43C5D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A7 #28A7B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2085 #208592 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175F #175F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3D #0F3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E2F6F9;
--sky-blue-200: #C9EEF3;
--sky-blue-300: #9FE1EA;
--sky-blue-400: #6DD2DF;
--sky-blue-500: #43C5D6;
--sky-blue-600: #28A7B8;
--sky-blue-700: #208592;
--sky-blue-800: #175F69;
--sky-blue-900: #0F3D43;
--sky-blue-950: #09262A;
}