Sky Blue
#699EE2
BlueColor Codes
All color formats for development
HEX
#699EE2RGB
rgb(105, 158, 226)HSL
hsl(214, 68%, 65%)OKLCH
oklch(0.691 0.116 255.2)CMYK
cmyk(54%, 30%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D8CDD
2#317AD8
3#256AC3
4#205AA7
5#1B4B8B
6#153C6F
7#102D54
8#0B1E38
9#050F1C
Tints
Lighter variations
1#78A7E5
2#87B1E8
3#96BBEB
4#A5C5EE
5#B4CEF1
6#C3D8F4
7#D2E2F6
8#E1ECF9
9#F0F5FC
Tones
Muted variations
1#6F9EDC
2#759FD6
3#7BA0D0
4#81A1CA
5#87A2C4
6#8DA3BE
7#94A3B8
8#9AA4B2
9#A0A5AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DB #C7DBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBF #9CBFEC | BordersInactive statesPlaceholder text |
| 400 | 699E #699EE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E82 #3E82DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2466 #2466BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D51 #1D5196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143A #143A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D25 #0D2545 | Primary textHigh emphasis contentDark headings |
| 950 | 0817 #08172B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E1ECF9;
--sky-blue-200: #C7DBF4;
--sky-blue-300: #9CBFEC;
--sky-blue-400: #699EE2;
--sky-blue-500: #3E82DA;
--sky-blue-600: #2466BC;
--sky-blue-700: #1D5196;
--sky-blue-800: #143A6B;
--sky-blue-900: #0D2545;
--sky-blue-950: #08172B;
}