Sky Blue
#6BD1E1
CyanColor Codes
All color formats for development
HEX
#6BD1E1RGB
rgb(107, 209, 225)HSL
hsl(188, 66%, 65%)OKLCH
oklch(0.805 0.097 208.8)CMYK
cmyk(52%, 7%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FC8DB
2#34C0D5
3#27ACC1
4#2294A5
5#1C7B8A
6#17626E
7#114A53
8#0B3137
9#06191C
Tints
Lighter variations
1#7AD6E4
2#88DAE7
3#97DFEA
4#A6E3ED
5#B5E8F0
6#C4EDF3
7#D3F1F6
8#E1F6F9
9#F0FAFC
Tones
Muted variations
1#71CDDB
2#77C8D5
3#7DC4CF
4#82C0C9
5#88BBC3
6#8EB7BD
7#94B3B7
8#9AAEB2
9#A0AAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EE #C8EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE1 #9EE1EB | BordersInactive statesPlaceholder text |
| 400 | 6BD1 #6BD1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C4 #41C4D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A7 #26A7BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E84 #1E8494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165F #165F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E1F6F9;
--sky-blue-200: #C8EEF4;
--sky-blue-300: #9EE1EB;
--sky-blue-400: #6BD1E1;
--sky-blue-500: #41C4D8;
--sky-blue-600: #26A7BA;
--sky-blue-700: #1E8494;
--sky-blue-800: #165F6A;
--sky-blue-900: #0E3D44;
--sky-blue-950: #09262A;
}