Sky Blue
#6DD3DF
CyanColor Codes
All color formats for development
HEX
#6DD3DFRGB
rgb(109, 211, 223)HSL
hsl(186, 64%, 65%)OKLCH
oklch(0.81 0.096 205.5)CMYK
cmyk(51%, 5%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51CBD9
2#36C3D3
3#2AAFBE
4#2496A3
5#1E7D88
6#18646D
7#124B52
8#0C3236
9#06191B
Tints
Lighter variations
1#7BD8E2
2#8ADCE5
3#99E1E9
4#A7E5EC
5#B6E9EF
6#C4EEF2
7#D3F2F5
8#E2F6F9
9#F0FBFC
Tones
Muted variations
1#72CFD9
2#78CAD3
3#7EC6CE
4#83C1C8
5#89BDC2
6#8FB8BD
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 | C9EF #C9EFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE2 #9FE2EA | BordersInactive statesPlaceholder text |
| 400 | 6DD3 #6DD3DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C7 #43C7D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28AA #28AAB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2087 #208792 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1760 #176069 | 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: #F2FBFC;
--sky-blue-100: #E2F6F9;
--sky-blue-200: #C9EFF3;
--sky-blue-300: #9FE2EA;
--sky-blue-400: #6DD3DF;
--sky-blue-500: #43C7D6;
--sky-blue-600: #28AAB8;
--sky-blue-700: #208792;
--sky-blue-800: #176069;
--sky-blue-900: #0F3E43;
--sky-blue-950: #09272A;
}