Sky Blue
#69AEE2
BlueColor Codes
All color formats for development
HEX
#69AEE2RGB
rgb(105, 174, 226)HSL
hsl(206, 68%, 65%)OKLCH
oklch(0.726 0.103 242.6)CMYK
cmyk(54%, 23%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D9FDD
2#3190D8
3#257FC3
4#206CA7
5#1B5A8B
6#15486F
7#103654
8#0B2438
9#05121C
Tints
Lighter variations
1#78B6E5
2#87BEE8
3#96C6EB
4#A5CEEE
5#B4D6F1
6#C3DFF4
7#D2E7F6
8#E1EFF9
9#F0F7FC
Tones
Muted variations
1#6FADDC
2#75ACD6
3#7BABD0
4#81ABCA
5#87AAC4
6#8DA9BE
7#94A8B8
8#9AA7B2
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E1 #C7E1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCA #9CCAEC | BordersInactive statesPlaceholder text |
| 400 | 69AE #69AEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E97 #3E97DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 247A #247ABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D61 #1D6196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1446 #14466B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C45 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1EFF9;
--sky-blue-200: #C7E1F4;
--sky-blue-300: #9CCAEC;
--sky-blue-400: #69AEE2;
--sky-blue-500: #3E97DA;
--sky-blue-600: #247ABC;
--sky-blue-700: #1D6196;
--sky-blue-800: #14466B;
--sky-blue-900: #0D2C45;
--sky-blue-950: #081C2B;
}