Sky Blue
#6FCFDC
CyanColor Codes
All color formats for development
HEX
#6FCFDCRGB
rgb(111, 207, 220)HSL
hsl(187, 61%, 65%)OKLCH
oklch(0.801 0.092 207)CMYK
cmyk(50%, 6%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55C7D6
2#3ABECF
3#2DAABB
4#2792A0
5#207A85
6#1A616B
7#134950
8#0D3135
9#06181B
Tints
Lighter variations
1#7ED4E0
2#8CD9E3
3#9ADEE7
4#A9E2EA
5#B7E7EE
6#C6ECF1
7#D4F1F5
8#E2F5F8
9#F1FAFC
Tones
Muted variations
1#75CBD7
2#7AC7D1
3#80C3CC
4#85BFC6
5#8BBBC1
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 | A1E0 #A1E0E8 | BordersInactive statesPlaceholder text |
| 400 | 6FCF #6FCFDC | Disabled statesSecondary iconsMuted text |
| 500 | 46C2 #46C2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA5 #2CA5B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2383 #238390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195E #195E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103C #103C42 | 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: #A1E0E8;
--sky-blue-400: #6FCFDC;
--sky-blue-500: #46C2D2;
--sky-blue-600: #2CA5B5;
--sky-blue-700: #238390;
--sky-blue-800: #195E67;
--sky-blue-900: #103C42;
--sky-blue-950: #0A2529;
}