Sky Blue
#69CEE2
CyanColor Codes
All color formats for development
HEX
#69CEE2RGB
rgb(105, 206, 226)HSL
hsl(190, 68%, 65%)OKLCH
oklch(0.798 0.098 212.2)CMYK
cmyk(54%, 9%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DC5DD
2#31BCD8
3#25A9C3
4#2091A7
5#1B788B
6#15606F
7#104854
8#0B3038
9#05181C
Tints
Lighter variations
1#78D3E5
2#87D8E8
3#96DDEB
4#A5E2EE
5#B4E7F1
6#C3EBF4
7#D2F0F6
8#E1F5F9
9#F0FAFC
Tones
Muted variations
1#6FCADC
2#75C6D6
3#7BC2D0
4#81BECA
5#87BAC4
6#8DB6BE
7#94B2B8
8#9AAEB2
9#A0AAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7ED #C7EDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDF #9CDFEC | BordersInactive statesPlaceholder text |
| 400 | 69CE #69CEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EC0 #3EC0DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24A3 #24A3BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D82 #1D8296 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145D #145D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3B #0D3B45 | 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: #F2FBFD;
--sky-blue-100: #E1F5F9;
--sky-blue-200: #C7EDF4;
--sky-blue-300: #9CDFEC;
--sky-blue-400: #69CEE2;
--sky-blue-500: #3EC0DA;
--sky-blue-600: #24A3BC;
--sky-blue-700: #1D8296;
--sky-blue-800: #145D6B;
--sky-blue-900: #0D3B45;
--sky-blue-950: #08252B;
}