Sky Blue
#6FDCD7
CyanColor Codes
All color formats for development
HEX
#6FDCD7RGB
rgb(111, 220, 215)HSL
hsl(177, 61%, 65%)OKLCH
oklch(0.829 0.101 191.4)CMYK
cmyk(50%, 0%, 2%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6CF
2#3ACFC8
3#2DBBB4
4#27A09A
5#208580
6#1A6B67
7#13504D
8#0D3533
9#061B1A
Tints
Lighter variations
1#7EE0DB
2#8CE3DF
3#9AE7E3
4#A9EAE7
5#B7EEEB
6#C6F1EF
7#D4F5F3
8#E2F8F7
9#F1FCFB
Tones
Muted variations
1#75D7D2
2#7AD1CD
3#80CCC8
4#85C6C3
5#8BC1BE
6#90BCB9
7#95B6B4
8#9BB1B0
9#A0ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD7 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23908A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F8F7;
--sky-blue-200: #CAF2F0;
--sky-blue-300: #A1E8E5;
--sky-blue-400: #6FDCD7;
--sky-blue-500: #46D2CB;
--sky-blue-600: #2CB5AE;
--sky-blue-700: #23908A;
--sky-blue-800: #196763;
--sky-blue-900: #10423F;
--sky-blue-950: #0A2927;
}