Sky Blue
#659DE6
BlueColor Codes
All color formats for development
HEX
#659DE6RGB
rgb(101, 157, 230)HSL
hsl(214, 72%, 65%)OKLCH
oklch(0.688 0.124 255.6)CMYK
cmyk(56%, 32%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#498BE1
2#2C79DD
3#2069C8
4#1C5AAB
5#174B8F
6#133C72
7#0E2D56
8#091E39
9#050F1D
Tints
Lighter variations
1#75A7E9
2#84B1EB
3#94BBEE
4#A3C4F0
5#B2CEF3
6#C2D8F5
7#D1E2F8
8#E0EBFA
9#F0F5FD
Tones
Muted variations
1#6C9EE0
2#729FD9
3#79A0D3
4#7FA1CC
5#86A1C6
6#8CA2BF
7#92A3B9
8#99A4B3
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 #C6DBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABF #9ABFEF | BordersInactive statesPlaceholder text |
| 400 | 659D #659DE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A81 #3A81DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F65 #1F65C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1951 #19519A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 123A #123A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B25 #0B2546 | 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: #C6DBF6;
--sky-blue-300: #9ABFEF;
--sky-blue-400: #659DE6;
--sky-blue-500: #3A81DF;
--sky-blue-600: #1F65C1;
--sky-blue-700: #19519A;
--sky-blue-800: #123A6E;
--sky-blue-900: #0B2546;
--sky-blue-950: #07172C;
}