Sky Blue
#6FD1DC
CyanColor Codes
All color formats for development
HEX
#6FD1DCRGB
rgb(111, 209, 220)HSL
hsl(186, 61%, 65%)OKLCH
oklch(0.805 0.093 205)CMYK
cmyk(50%, 5%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55C9D6
2#3AC0CF
3#2DADBB
4#2794A0
5#207B85
6#1A636B
7#134A50
8#0D3135
9#06191B
Tints
Lighter variations
1#7ED6E0
2#8CDAE3
3#9ADFE7
4#A9E4EA
5#B7E8EE
6#C6EDF1
7#D4F1F5
8#E2F6F8
9#F1FAFC
Tones
Muted variations
1#75CDD7
2#7AC9D1
3#80C4CC
4#85C0C6
5#8BBCC1
6#90B7BC
7#95B3B6
8#9BAEB1
9#A0AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEE #CAEEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E1 #A1E1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD1 #6FD1DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C4 #46C4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA7 #2CA7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2385 #238590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195F #195F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103D #103D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F6F8;
--sky-blue-200: #CAEEF2;
--sky-blue-300: #A1E1E8;
--sky-blue-400: #6FD1DC;
--sky-blue-500: #46C4D2;
--sky-blue-600: #2CA7B5;
--sky-blue-700: #238590;
--sky-blue-800: #195F67;
--sky-blue-900: #103D42;
--sky-blue-950: #0A2629;
}