Sky Blue
#6FD3DC
CyanColor Codes
All color formats for development
HEX
#6FD3DCRGB
rgb(111, 211, 220)HSL
hsl(185, 61%, 65%)OKLCH
oklch(0.81 0.094 203.2)CMYK
cmyk(50%, 4%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55CBD6
2#3AC3CF
3#2DAFBB
4#2796A0
5#207D85
6#1A646B
7#134B50
8#0D3235
9#06191B
Tints
Lighter variations
1#7ED8E0
2#8CDCE3
3#9AE0E7
4#A9E5EA
5#B7E9EE
6#C6EDF1
7#D4F2F5
8#E2F6F8
9#F1FBFC
Tones
Muted variations
1#75CFD7
2#7ACAD1
3#80C6CC
4#85C1C6
5#8BBCC1
6#90B8BC
7#95B3B6
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 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEF #CAEFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E2 #A1E2E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD3 #6FD3DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C7 #46C7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA9 #2CA9B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2387 #238790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1960 #196067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103E #103E42 | 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: #CAEFF2;
--sky-blue-300: #A1E2E8;
--sky-blue-400: #6FD3DC;
--sky-blue-500: #46C7D2;
--sky-blue-600: #2CA9B5;
--sky-blue-700: #238790;
--sky-blue-800: #196067;
--sky-blue-900: #103E42;
--sky-blue-950: #0A2629;
}