Sky Blue
#6FDCC8
CyanColor Codes
All color formats for development
HEX
#6FDCC8RGB
rgb(111, 220, 200)HSL
hsl(169, 61%, 65%)OKLCH
oklch(0.824 0.105 180)CMYK
cmyk(50%, 0%, 9%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6BE
2#3ACFB4
3#2DBBA1
4#27A08A
5#208573
6#1A6B5C
7#135045
8#0D352E
9#061B17
Tints
Lighter variations
1#7EE0CE
2#8CE3D3
3#9AE7D9
4#A9EADE
5#B7EEE4
6#C6F1E9
7#D4F5EF
8#E2F8F4
9#F1FCFA
Tones
Muted variations
1#75D7C5
2#7AD1C1
3#80CCBE
4#85C6BA
5#8BC1B7
6#90BCB4
7#95B6B0
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 #A1E8DB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB59C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196758 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104239 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | 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: #A1E8DB;
--sky-blue-400: #6FDCC8;
--sky-blue-500: #46D2B9;
--sky-blue-600: #2CB59C;
--sky-blue-700: #23907C;
--sky-blue-800: #196758;
--sky-blue-900: #104239;
--sky-blue-950: #0A2923;
}