Blue
#0227DE
BlueColor Codes
All color formats for development
HEX
#0227DERGB
rgb(2, 39, 222)HSL
hsl(230, 98%, 44%)OKLCH
oklch(0.432 0.265 264.3)CMYK
cmyk(99%, 82%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0223C8
2#021FB2
3#021B9C
4#011785
5#01136F
6#011059
7#010C43
8#00082C
9#000416
Tints
Lighter variations
1#032CFA
2#1D42FD
3#395AFD
4#5571FD
5#7289FE
6#8EA1FE
7#AAB8FE
8#C6D0FE
9#E3E7FF
Tones
Muted variations
1#0D2ED3
2#1836C8
3#233DBD
4#2E44B2
5#394CA7
6#44539C
7#4F5A91
8#5A6286
9#65697B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC8 #BDC8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9E #8B9EFE | BordersInactive statesPlaceholder text |
| 400 | 4E6B #4E6BFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C41 #1C41FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0227 #0227DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 021F #021FB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0116 #01167E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010E #010E51 | Primary textHigh emphasis contentDark headings |
| 950 | 0109 #010932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE1FF;
--blue-200: #BDC8FE;
--blue-300: #8B9EFE;
--blue-400: #4E6BFD;
--blue-500: #1C41FD;
--blue-600: #0227DE;
--blue-700: #021FB1;
--blue-800: #01167E;
--blue-900: #010E51;
--blue-950: #010932;
}