Sky Blue
#69D6E2
CyanColor Codes
All color formats for development
HEX
#69D6E2RGB
rgb(105, 214, 226)HSL
hsl(186, 68%, 65%)OKLCH
oklch(0.816 0.101 205)CMYK
cmyk(54%, 5%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DCFDD
2#31C7D8
3#25B3C3
4#209AA7
5#1B808B
6#15666F
7#104D54
8#0B3338
9#051A1C
Tints
Lighter variations
1#78DAE5
2#87DEE8
3#96E3EB
4#A5E7EE
5#B4EBF1
6#C3EFF4
7#D2F3F6
8#E1F7F9
9#F0FBFC
Tones
Muted variations
1#6FD1DC
2#75CDD6
3#7BC8D0
4#81C3CA
5#87BEC4
6#8DB9BE
7#94B4B8
8#9AAFB2
9#A0ABAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE4 #9CE4EC | BordersInactive statesPlaceholder text |
| 400 | 69D6 #69D6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ECB #3ECBDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24AD #24ADBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8A #1D8A96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1462 #14626B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3F #0D3F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F7F9;
--sky-blue-200: #C7F0F4;
--sky-blue-300: #9CE4EC;
--sky-blue-400: #69D6E2;
--sky-blue-500: #3ECBDA;
--sky-blue-600: #24ADBC;
--sky-blue-700: #1D8A96;
--sky-blue-800: #14626B;
--sky-blue-900: #0D3F45;
--sky-blue-950: #08272B;
}