Sky Blue
#69ACE2
BlueColor Codes
All color formats for development
HEX
#69ACE2RGB
rgb(105, 172, 226)HSL
hsl(207, 68%, 65%)OKLCH
oklch(0.721 0.105 244.3)CMYK
cmyk(54%, 24%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D9CDD
2#318DD8
3#257CC3
4#206AA7
5#1B598B
6#15476F
7#103554
8#0B2338
9#05121C
Tints
Lighter variations
1#78B4E5
2#87BCE8
3#96C5EB
4#A5CDEE
5#B4D5F1
6#C3DEF4
7#D2E6F6
8#E1EEF9
9#F0F7FC
Tones
Muted variations
1#6FABDC
2#75ABD6
3#7BAAD0
4#81A9CA
5#87A9C4
6#8DA8BE
7#94A8B8
8#9AA7B2
9#A0A6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E0 #C7E0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC8 #9CC8EC | BordersInactive statesPlaceholder text |
| 400 | 69AC #69ACE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E94 #3E94DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2478 #2478BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D5F #1D5F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1444 #14446B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1EEF9;
--sky-blue-200: #C7E0F4;
--sky-blue-300: #9CC8EC;
--sky-blue-400: #69ACE2;
--sky-blue-500: #3E94DA;
--sky-blue-600: #2478BC;
--sky-blue-700: #1D5F96;
--sky-blue-800: #14446B;
--sky-blue-900: #0D2C45;
--sky-blue-950: #081B2B;
}