Sky Blue
#6BDBE1
CyanColor Codes
All color formats for development
HEX
#6BDBE1RGB
rgb(107, 219, 225)HSL
hsl(183, 66%, 65%)OKLCH
oklch(0.828 0.102 200.1)CMYK
cmyk(52%, 3%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FD4DB
2#34CDD5
3#27B9C1
4#229FA5
5#1C848A
6#176A6E
7#114F53
8#0B3537
9#061A1C
Tints
Lighter variations
1#7ADEE4
2#88E2E7
3#97E6EA
4#A6E9ED
5#B5EDF0
6#C4F1F3
7#D3F4F6
8#E1F8F9
9#F0FBFC
Tones
Muted variations
1#71D5DB
2#77D0D5
3#7DCBCF
4#82C6C9
5#88C0C3
6#8EBBBD
7#94B6B7
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 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F2 #C8F2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE7 #9EE7EB | BordersInactive statesPlaceholder text |
| 400 | 6BDB #6BDBE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D0 #41D0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26B3 #26B3BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E8E #1E8E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1666 #16666A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E41 #0E4144 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F8F9;
--sky-blue-200: #C8F2F4;
--sky-blue-300: #9EE7EB;
--sky-blue-400: #6BDBE1;
--sky-blue-500: #41D0D8;
--sky-blue-600: #26B3BA;
--sky-blue-700: #1E8E94;
--sky-blue-800: #16666A;
--sky-blue-900: #0E4144;
--sky-blue-950: #09292A;
}