Sky Blue
#6BD5E1
CyanColor Codes
All color formats for development
HEX
#6BD5E1RGB
rgb(107, 213, 225)HSL
hsl(186, 66%, 65%)OKLCH
oklch(0.815 0.099 205.2)CMYK
cmyk(52%, 5%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FCDDB
2#34C5D5
3#27B1C1
4#2298A5
5#1C7F8A
6#17656E
7#114C53
8#0B3337
9#06191C
Tints
Lighter variations
1#7AD9E4
2#88DDE7
3#97E2EA
4#A6E6ED
5#B5EAF0
6#C4EEF3
7#D3F2F6
8#E1F7F9
9#F0FBFC
Tones
Muted variations
1#71D0DB
2#77CBD5
3#7DC7CF
4#82C2C9
5#88BDC3
6#8EB9BD
7#94B4B7
8#9AAFB2
9#A0AAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EF #C8EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE3 #9EE3EB | BordersInactive statesPlaceholder text |
| 400 | 6BD5 #6BD5E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C9 #41C9D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26AB #26ABBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E88 #1E8894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1661 #16616A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3E #0E3E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E1F7F9;
--sky-blue-200: #C8EFF4;
--sky-blue-300: #9EE3EB;
--sky-blue-400: #6BD5E1;
--sky-blue-500: #41C9D8;
--sky-blue-600: #26ABBA;
--sky-blue-700: #1E8894;
--sky-blue-800: #16616A;
--sky-blue-900: #0E3E44;
--sky-blue-950: #09272A;
}