Sky Blue
#6FD5DC
CyanColor Codes
All color formats for development
HEX
#6FD5DCRGB
rgb(111, 213, 220)HSL
hsl(184, 61%, 65%)OKLCH
oklch(0.814 0.096 201.4)CMYK
cmyk(50%, 3%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55CDD6
2#3AC5CF
3#2DB1BB
4#2798A0
5#207F85
6#1A656B
7#134C50
8#0D3335
9#06191B
Tints
Lighter variations
1#7ED9E0
2#8CDDE3
3#9AE2E7
4#A9E6EA
5#B7EAEE
6#C6EEF1
7#D4F2F5
8#E2F7F8
9#F1FBFC
Tones
Muted variations
1#75D0D7
2#7ACBD1
3#80C7CC
4#85C2C6
5#8BBDC1
6#90B9BC
7#95B4B6
8#9BAFB1
9#A0AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEF #CAEFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E3 #A1E3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD5 #6FD5DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C9 #46C9D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CAC #2CACB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2388 #238890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1961 #196167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103E #103E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A27 #0A2729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F7F8;
--sky-blue-200: #CAEFF2;
--sky-blue-300: #A1E3E8;
--sky-blue-400: #6FD5DC;
--sky-blue-500: #46C9D2;
--sky-blue-600: #2CACB5;
--sky-blue-700: #238890;
--sky-blue-800: #196167;
--sky-blue-900: #103E42;
--sky-blue-950: #0A2729;
}