Sky Blue
#6FDCCA
CyanColor Codes
All color formats for development
HEX
#6FDCCARGB
rgb(111, 220, 202)HSL
hsl(170, 61%, 65%)OKLCH
oklch(0.825 0.104 181.5)CMYK
cmyk(50%, 0%, 8%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6C0
2#3ACFB6
3#2DBBA3
4#27A08C
5#208575
6#1A6B5D
7#135046
8#0D352F
9#061B17
Tints
Lighter variations
1#7EE0CF
2#8CE3D5
3#9AE7DA
4#A9EADF
5#B7EEE5
6#C6F1EA
7#D4F5EF
8#E2F8F4
9#F1FCFA
Tones
Muted variations
1#75D7C6
2#7AD1C3
3#80CCBF
4#85C6BC
5#8BC1B8
6#90BCB4
7#95B6B1
8#9BB1AD
9#A0ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCA | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB59E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104239 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E2F8F4;
--sky-blue-200: #CAF2EB;
--sky-blue-300: #A1E8DC;
--sky-blue-400: #6FDCCA;
--sky-blue-500: #46D2BB;
--sky-blue-600: #2CB59E;
--sky-blue-700: #23907E;
--sky-blue-800: #19675A;
--sky-blue-900: #104239;
--sky-blue-950: #0A2924;
}