Sky Blue
#69CAE2
CyanColor Codes
All color formats for development
HEX
#69CAE2RGB
rgb(105, 202, 226)HSL
hsl(192, 68%, 65%)OKLCH
oklch(0.789 0.097 216)CMYK
cmyk(54%, 11%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DC0DD
2#31B7D8
3#25A3C3
4#208CA7
5#1B758B
6#155D6F
7#104654
8#0B2F38
9#05171C
Tints
Lighter variations
1#78CFE5
2#87D5E8
3#96DAEB
4#A5DFEE
5#B4E5F1
6#C3EAF4
7#D2EFF6
8#E1F4F9
9#F0FAFC
Tones
Muted variations
1#6FC7DC
2#75C3D6
3#7BBFD0
4#81BCCA
5#87B8C4
6#8DB4BE
7#94B1B8
8#9AADB2
9#A0A9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EB #C7EBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDC #9CDCEC | BordersInactive statesPlaceholder text |
| 400 | 69CA #69CAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EBB #3EBBDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 249E #249EBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7E #1D7E96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145A #145A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3945 | 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: #F2FAFD;
--sky-blue-100: #E1F4F9;
--sky-blue-200: #C7EBF4;
--sky-blue-300: #9CDCEC;
--sky-blue-400: #69CAE2;
--sky-blue-500: #3EBBDA;
--sky-blue-600: #249EBC;
--sky-blue-700: #1D7E96;
--sky-blue-800: #145A6B;
--sky-blue-900: #0D3945;
--sky-blue-950: #08242B;
}