Sky Blue
#6DCADF
CyanColor Codes
All color formats for development
HEX
#6DCADFRGB
rgb(109, 202, 223)HSL
hsl(191, 64%, 65%)OKLCH
oklch(0.789 0.093 214.2)CMYK
cmyk(51%, 9%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51C0D9
2#36B6D3
3#2AA3BE
4#248CA3
5#1E7488
6#185D6D
7#124652
8#0C2F36
9#06171B
Tints
Lighter variations
1#7BCFE2
2#8AD5E5
3#99DAE9
4#A7DFEC
5#B6E4EF
6#C4EAF2
7#D3EFF5
8#E2F4F9
9#F0FAFC
Tones
Muted variations
1#72C6D9
2#78C3D3
3#7EBFCE
4#83BBC8
5#89B8C2
6#8FB4BD
7#95B1B7
8#9AADB1
9#A0A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EB #C9EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDC #9FDCEA | BordersInactive statesPlaceholder text |
| 400 | 6DCA #6DCADF | Disabled statesSecondary iconsMuted text |
| 500 | 43BB #43BBD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 289E #289EB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207D #207D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175A #175A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F39 #0F3943 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFC;
--sky-blue-100: #E2F4F9;
--sky-blue-200: #C9EBF3;
--sky-blue-300: #9FDCEA;
--sky-blue-400: #6DCADF;
--sky-blue-500: #43BBD6;
--sky-blue-600: #289EB8;
--sky-blue-700: #207D92;
--sky-blue-800: #175A69;
--sky-blue-900: #0F3943;
--sky-blue-950: #09242A;
}