Sky Blue
#669DE5
BlueColor Codes
All color formats for development
HEX
#669DE5RGB
rgb(102, 157, 229)HSL
hsl(214, 71%, 65%)OKLCH
oklch(0.688 0.122 255.6)CMYK
cmyk(55%, 31%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A8BE0
2#2E79DC
3#2269C6
4#1D5AAA
5#184B8E
6#133C71
7#0E2D55
8#0A1E39
9#050F1C
Tints
Lighter variations
1#76A7E8
2#85B1EA
3#94BBED
4#A3C4EF
5#B3CEF2
6#C2D8F5
7#D1E2F7
8#E0EBFA
9#F0F5FC
Tones
Muted variations
1#6D9EDF
2#739FD8
3#79A0D2
4#80A1CC
5#86A2C5
6#8CA2BF
7#93A3B9
8#99A4B2
9#9FA5AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DB #C6DBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BBF #9BBFEE | BordersInactive statesPlaceholder text |
| 400 | 669D #669DE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B81 #3B81DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2166 #2166C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A51 #1A5199 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 123A #123A6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C25 #0C2546 | Primary textHigh emphasis contentDark headings |
| 950 | 0717 #07172C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E0EBFA;
--sky-blue-200: #C6DBF5;
--sky-blue-300: #9BBFEE;
--sky-blue-400: #669DE5;
--sky-blue-500: #3B81DE;
--sky-blue-600: #2166C0;
--sky-blue-700: #1A5199;
--sky-blue-800: #123A6D;
--sky-blue-900: #0C2546;
--sky-blue-950: #07172C;
}