Sky Blue
#69C6E2
CyanColor Codes
All color formats for development
HEX
#69C6E2RGB
rgb(105, 198, 226)HSL
hsl(194, 68%, 65%)OKLCH
oklch(0.78 0.097 219.9)CMYK
cmyk(54%, 12%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DBCDD
2#31B1D8
3#259EC3
4#2088A7
5#1B718B
6#155A6F
7#104454
8#0B2D38
9#05171C
Tints
Lighter variations
1#78CCE5
2#87D1E8
3#96D7EB
4#A5DDEE
5#B4E3F1
6#C3E8F4
7#D2EEF6
8#E1F4F9
9#F0F9FC
Tones
Muted variations
1#6FC3DC
2#75C0D6
3#7BBCD0
4#81B9CA
5#87B6C4
6#8DB3BE
7#94AFB8
8#9AACB2
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 | C7EA #C7EAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDA #9CDAEC | BordersInactive statesPlaceholder text |
| 400 | 69C6 #69C6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EB6 #3EB6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2499 #2499BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7A #1D7A96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1457 #14576B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D38 #0D3845 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | 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: #C7EAF4;
--sky-blue-300: #9CDAEC;
--sky-blue-400: #69C6E2;
--sky-blue-500: #3EB6DA;
--sky-blue-600: #2499BC;
--sky-blue-700: #1D7A96;
--sky-blue-800: #14576B;
--sky-blue-900: #0D3845;
--sky-blue-950: #08232B;
}