Sky Blue
#6BD7E1
CyanColor Codes
All color formats for development
HEX
#6BD7E1RGB
rgb(107, 215, 225)HSL
hsl(185, 66%, 65%)OKLCH
oklch(0.819 0.1 203.5)CMYK
cmyk(52%, 4%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FCFDB
2#34C8D5
3#27B4C1
4#229AA5
5#1C808A
6#17676E
7#114D53
8#0B3337
9#061A1C
Tints
Lighter variations
1#7ADBE4
2#88DFE7
3#97E3EA
4#A6E7ED
5#B5EBF0
6#C4EFF3
7#D3F3F6
8#E1F7F9
9#F0FBFC
Tones
Muted variations
1#71D2DB
2#77CDD5
3#7DC8CF
4#82C3C9
5#88BEC3
6#8EB9BD
7#94B4B7
8#9AB0B2
9#A0ABAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE5 #9EE5EB | BordersInactive statesPlaceholder text |
| 400 | 6BD7 #6BD7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41CB #41CBD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26AE #26AEBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E8A #1E8A94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1663 #16636A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3F #0E3F44 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F7F9;
--sky-blue-200: #C8F0F4;
--sky-blue-300: #9EE5EB;
--sky-blue-400: #6BD7E1;
--sky-blue-500: #41CBD8;
--sky-blue-600: #26AEBA;
--sky-blue-700: #1E8A94;
--sky-blue-800: #16636A;
--sky-blue-900: #0E3F44;
--sky-blue-950: #09282A;
}