Sky Blue
#6DCEDF
CyanColor Codes
All color formats for development
HEX
#6DCEDFRGB
rgb(109, 206, 223)HSL
hsl(189, 64%, 65%)OKLCH
oklch(0.799 0.094 210.3)CMYK
cmyk(51%, 8%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51C5D9
2#36BBD3
3#2AA8BE
4#2490A3
5#1E7888
6#18606D
7#124852
8#0C3036
9#06181B
Tints
Lighter variations
1#7BD3E2
2#8AD8E5
3#99DDE9
4#A7E1EC
5#B6E6EF
6#C4EBF2
7#D3F0F5
8#E2F5F9
9#F0FAFC
Tones
Muted variations
1#72CAD9
2#78C6D3
3#7EC2CE
4#83BEC8
5#89BAC2
6#8FB6BD
7#95B2B7
8#9AAEB1
9#A0AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDF #9FDFEA | BordersInactive statesPlaceholder text |
| 400 | 6DCE #6DCEDF | Disabled statesSecondary iconsMuted text |
| 500 | 43C0 #43C0D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A2 #28A2B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2081 #208192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175C #175C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3B #0F3B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E2F5F9;
--sky-blue-200: #C9EDF3;
--sky-blue-300: #9FDFEA;
--sky-blue-400: #6DCEDF;
--sky-blue-500: #43C0D6;
--sky-blue-600: #28A2B8;
--sky-blue-700: #208192;
--sky-blue-800: #175C69;
--sky-blue-900: #0F3B43;
--sky-blue-950: #09252A;
}