Sky Blue
#6FCEDC
CyanColor Codes
All color formats for development
HEX
#6FCEDCRGB
rgb(111, 206, 220)HSL
hsl(188, 61%, 65%)OKLCH
oklch(0.798 0.092 207.9)CMYK
cmyk(50%, 6%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55C5D6
2#3ABBCF
3#2DA8BB
4#2790A0
5#207885
6#1A606B
7#134850
8#0D3035
9#06181B
Tints
Lighter variations
1#7ED3E0
2#8CD8E3
3#9ADCE7
4#A9E1EA
5#B7E6EE
6#C6EBF1
7#D4F0F5
8#E2F5F8
9#F1FAFC
Tones
Muted variations
1#75CAD7
2#7AC6D1
3#80C2CC
4#85BEC6
5#8BBAC1
6#90B6BC
7#95B2B6
8#9BAEB1
9#A0AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DF #A1DFE8 | BordersInactive statesPlaceholder text |
| 400 | 6FCE #6FCEDC | Disabled statesSecondary iconsMuted text |
| 500 | 46C0 #46C0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA2 #2CA2B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2381 #238190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195C #195C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103B #103B42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F5F8;
--sky-blue-200: #CAEDF2;
--sky-blue-300: #A1DFE8;
--sky-blue-400: #6FCEDC;
--sky-blue-500: #46C0D2;
--sky-blue-600: #2CA2B5;
--sky-blue-700: #238190;
--sky-blue-800: #195C67;
--sky-blue-900: #103B42;
--sky-blue-950: #0A2529;
}