Sky Blue
#6AD2E2
CyanColor Codes
All color formats for development
HEX
#6AD2E2RGB
rgb(106, 210, 226)HSL
hsl(188, 67%, 65%)OKLCH
oklch(0.808 0.099 208.6)CMYK
cmyk(53%, 7%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EC9DC
2#33C1D7
3#26ADC2
4#2194A6
5#1B7C8A
6#16636F
7#104A53
8#0B3137
9#05191C
Tints
Lighter variations
1#79D6E4
2#88DBE7
3#97DFEA
4#A6E4ED
5#B4E8F0
6#C3EDF3
7#D2F1F6
8#E1F6F9
9#F0FAFC
Tones
Muted variations
1#70CDDC
2#76C9D6
3#7CC4D0
4#82C0CA
5#88BCC4
6#8EB7BE
7#94B3B8
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 | C8EE #C8EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE1 #9DE1EC | BordersInactive statesPlaceholder text |
| 400 | 6AD2 #6AD2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FC5 #3FC5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25A7 #25A7BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D85 #1D8595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 155F #155F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | 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: #9DE1EC;
--sky-blue-400: #6AD2E2;
--sky-blue-500: #3FC5D9;
--sky-blue-600: #25A7BB;
--sky-blue-700: #1D8595;
--sky-blue-800: #155F6A;
--sky-blue-900: #0D3D44;
--sky-blue-950: #08262B;
}