Sky Blue
#69C2E2
BlueColor Codes
All color formats for development
HEX
#69C2E2RGB
rgb(105, 194, 226)HSL
hsl(196, 68%, 65%)OKLCH
oklch(0.771 0.097 223.8)CMYK
cmyk(54%, 14%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DB7DD
2#31ABD8
3#2599C3
4#2083A7
5#1B6D8B
6#15576F
7#104254
8#0B2C38
9#05161C
Tints
Lighter variations
1#78C8E5
2#87CEE8
3#96D4EB
4#A5DAEE
5#B4E1F1
6#C3E7F4
7#D2EDF6
8#E1F3F9
9#F0F9FC
Tones
Muted variations
1#6FBFDC
2#75BCD6
3#7BBAD0
4#81B7CA
5#87B4C4
6#8DB1BE
7#94AEB8
8#9AABB2
9#A0A9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E8 #C7E8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD7 #9CD7EC | BordersInactive statesPlaceholder text |
| 400 | 69C2 #69C2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EB1 #3EB1DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2494 #2494BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D76 #1D7696 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1454 #14546B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D36 #0D3645 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E1F3F9;
--sky-blue-200: #C7E8F4;
--sky-blue-300: #9CD7EC;
--sky-blue-400: #69C2E2;
--sky-blue-500: #3EB1DA;
--sky-blue-600: #2494BC;
--sky-blue-700: #1D7696;
--sky-blue-800: #14546B;
--sky-blue-900: #0D3645;
--sky-blue-950: #08222B;
}