Sky Blue
#6ACEE2
CyanColor Codes
All color formats for development
HEX
#6ACEE2RGB
rgb(106, 206, 226)HSL
hsl(190, 67%, 65%)OKLCH
oklch(0.798 0.098 212.3)CMYK
cmyk(53%, 9%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EC4DC
2#33BBD7
3#26A8C2
4#2190A6
5#1B788A
6#16606F
7#104853
8#0B3037
9#05181C
Tints
Lighter variations
1#79D3E4
2#88D7E7
3#97DCEA
4#A6E1ED
5#B4E6F0
6#C3EBF3
7#D2F0F6
8#E1F5F9
9#F0FAFC
Tones
Muted variations
1#70CADC
2#76C6D6
3#7CC2D0
4#82BECA
5#88BAC4
6#8EB6BE
7#94B2B8
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 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8ED #C8EDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DDF #9DDFEC | BordersInactive statesPlaceholder text |
| 400 | 6ACE #6ACEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FC0 #3FC0D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25A2 #25A2BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D81 #1D8195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 155C #155C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3B #0D3B44 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E1F5F9;
--sky-blue-200: #C8EDF4;
--sky-blue-300: #9DDFEC;
--sky-blue-400: #6ACEE2;
--sky-blue-500: #3FC0D9;
--sky-blue-600: #25A2BB;
--sky-blue-700: #1D8195;
--sky-blue-800: #155C6A;
--sky-blue-900: #0D3B44;
--sky-blue-950: #08252B;
}