Sky Blue
#6ACAE2
CyanColor Codes
All color formats for development
HEX
#6ACAE2RGB
rgb(106, 202, 226)HSL
hsl(192, 67%, 65%)OKLCH
oklch(0.789 0.097 216.2)CMYK
cmyk(53%, 11%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EC0DC
2#33B6D7
3#26A3C2
4#218BA6
5#1B748A
6#165D6F
7#104653
8#0B2E37
9#05171C
Tints
Lighter variations
1#79CFE4
2#88D4E7
3#97DAEA
4#A6DFED
5#B4E4F0
6#C3EAF3
7#D2EFF6
8#E1F4F9
9#F0FAFC
Tones
Muted variations
1#70C6DC
2#76C2D6
3#7CBFD0
4#82BBCA
5#88B8C4
6#8EB4BE
7#94B1B8
8#9AADB2
9#A0A9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EB #C8EBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DDC #9DDCEC | BordersInactive statesPlaceholder text |
| 400 | 6ACA #6ACAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FBA #3FBAD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 259D #259DBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7D #1D7D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1559 #15596A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3944 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFC;
--sky-blue-100: #E1F4F9;
--sky-blue-200: #C8EBF4;
--sky-blue-300: #9DDCEC;
--sky-blue-400: #6ACAE2;
--sky-blue-500: #3FBAD9;
--sky-blue-600: #259DBB;
--sky-blue-700: #1D7D95;
--sky-blue-800: #15596A;
--sky-blue-900: #0D3944;
--sky-blue-950: #08242B;
}