Sky Blue
#6BD3E1
CyanColor Codes
All color formats for development
HEX
#6BD3E1RGB
rgb(107, 211, 225)HSL
hsl(187, 66%, 65%)OKLCH
oklch(0.81 0.098 207)CMYK
cmyk(52%, 6%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FCBDB
2#34C3D5
3#27AFC1
4#2296A5
5#1C7D8A
6#17646E
7#114B53
8#0B3237
9#06191C
Tints
Lighter variations
1#7AD7E4
2#88DCE7
3#97E0EA
4#A6E5ED
5#B5E9F0
6#C4EDF3
7#D3F2F6
8#E1F6F9
9#F0FBFC
Tones
Muted variations
1#71CEDB
2#77CAD5
3#7DC5CF
4#82C1C9
5#88BCC3
6#8EB8BD
7#94B3B7
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 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EF #C8EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE2 #9EE2EB | BordersInactive statesPlaceholder text |
| 400 | 6BD3 #6BD3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C6 #41C6D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A9 #26A9BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E86 #1E8694 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1660 #16606A | 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: #C8EFF4;
--sky-blue-300: #9EE2EB;
--sky-blue-400: #6BD3E1;
--sky-blue-500: #41C6D8;
--sky-blue-600: #26A9BA;
--sky-blue-700: #1E8694;
--sky-blue-800: #16606A;
--sky-blue-900: #0E3D44;
--sky-blue-950: #09262A;
}