Sky Blue
#6FDCDC
CyanColor Codes
All color formats for development
HEX
#6FDCDCRGB
rgb(111, 220, 220)HSL
hsl(180, 61%, 65%)OKLCH
oklch(0.83 0.1 195.4)CMYK
cmyk(50%, 0%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6D6
2#3ACFCF
3#2DBBBB
4#27A0A0
5#208585
6#1A6B6B
7#135050
8#0D3535
9#061B1B
Tints
Lighter variations
1#7EE0E0
2#8CE3E3
3#9AE7E7
4#A9EAEA
5#B7EEEE
6#C6F1F1
7#D4F5F5
8#E2F8F8
9#F1FCFC
Tones
Muted variations
1#75D7D7
2#7AD1D1
3#80CCCC
4#85C6C6
5#8BC1C1
6#90BCBC
7#95B6B6
8#9BB1B1
9#A0ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F8F8;
--sky-blue-200: #CAF2F2;
--sky-blue-300: #A1E8E8;
--sky-blue-400: #6FDCDC;
--sky-blue-500: #46D2D2;
--sky-blue-600: #2CB5B5;
--sky-blue-700: #239090;
--sky-blue-800: #196767;
--sky-blue-900: #104242;
--sky-blue-950: #0A2929;
}